Live data from Hacker News

Viewing profile — jimbaker

jimbaker

HN member
Joined
Tue, Jun 05, 2012, 4:21 PM UTC
HN karma
1
Public activity
5 items

About jimbaker

No profile information was provided.

Recent public activity

  1. comment
    Comment #41272385

    Walking the call stack implies using dynamic scope, which has hard edges, vs lexical scope. See my answer earlier in this thread https://news.ycombinator.com/item?id=41272285 It's …

  2. comment
    Comment #41272352

    Thanks to the feedback in the Discourse thread, we will be changing the signature such that a tag function will be passed an object implementing a Template protocol, with attribute…

  3. comment
    Comment #41272342

    The intent here is to support the following approach for tag function authors: 1. Parse to an AST, generally using an off-the-shelf parser. In practice, it's possible to rewrite in…

  4. comment
    Comment #41272285

    Frame hacks with sys._getframe necessarily imply dynamic scope not lexical scope. Dynamic scope does not work with nested functions, including comprehensions. See this issue with t…

  5. comment
    Comment #13163674

    Yes, that would be true on all counts :) as one of those Jython maintainers. Jython 2.7.1 is currently bottlenecked on finalizing support on Windows for pip/setuptools. It should b…