Live data from Hacker News

Viewing profile — qbg

qbg

HN member
Joined
Sun, Jul 18, 2010, 6:31 PM UTC
HN karma
10
Public activity
4 items

About qbg

No profile information was provided.

Recent public activity

  1. comment
    Comment #2557027

    In theory, someone could create a common bytecode as a library. Such a library would probably use the Relooper algorithm from Emscripten ( https://github.com/kripken/emscripten ) a…

  2. comment
    Comment #2469333

    I have been working on a fork of Clojure off-and-on that tries to improve the debugging experience ( https://github.com/qbg/clojure ). How do you think the stack traces could be im…

  3. comment
    Comment #2152420

    I guess in theory you could do it using macros, but if the underlying language lacks certain features you end up with compiler-in-a-macro-style macros. I'm not sure you are really …

  4. comment
    Comment #1526375

    What a computer scientist sees is an infinite tower of reflective interpreters.