Live data from Hacker News

Viewing profile — schlenk

schlenk

HN member
Joined
Sat, Dec 22, 2012, 10:38 AM UTC
HN karma
19
Public activity
11 items

About schlenk

No profile information was provided.

Recent public activity

  1. comment
    Comment #19952616

    Maybe just use kitdll instead of a full blown Tcl/Tk distro, to provide the dependency, that would shrink the size a lot. http://kitcreator.rkeene.org/fossil/wiki?name=KitDLL

  2. comment
    Comment #19952570

    And backing out of it when running on pypy, as that does not deprecate python 2 compatibility...

  3. comment
    Comment #19952548

    I develop in python since 10+ years. And setting up a virtualenv only happens when developing patches for 3rd party packages. (due to the other commercial environment that doesn't …

  4. comment
    Comment #19952531

    Unless your dependency is a C-header file updated by your distro as part of a new version.

  5. comment
    Comment #19952513

    As long as you cannot even prove that due to a lacking python code signing infrastructure for packages (wheels can do it, but it is far from wide spread). And setup.py is a trainwr…

  6. comment
    Comment #13963995

    It is a kind of fallout from a long overdue reform of that law area. In theory you even have to stop 'sending' your website between 6:00 and 22:00 if it contains adult content, sam…

  7. comment
    Comment #13143540

    Try the tcl channel on freenode. Expect is a Tcl extension.

  8. comment
    Comment #9103193

    Well, you might not notice Tcl if you see it sometimes. For example have a look at the build scripts in MacPorts, those are valid Tcl programs (if you load the needed procs first).…

  9. comment
    Comment #9102936

    I don't write much Tcl the last few years (mostly Python now, as it pays the bills), but looking from the Python perspective towards Tcl, i see a lot of good things i left behind: …

  10. comment
    Comment #4956331

    Tcl's C implementation is far from messy. Its actually one of the best commented C based language code bases i have ever seen. But your project was doomed by false assumptions. (oh…

  11. comment
    Comment #4956319

    Tcl dicts are ordered, so you have a defined order for this. http://www.tcl.tk/man/tcl/TclCmd/dict.htm#M27