Live data from Hacker News

Viewing profile — VladD2

VladD2

HN member
Joined
Sat, May 14, 2011, 5:17 PM UTC
HN karma
5
Public activity
3 items

About VladD2

No profile information was provided.

Recent public activity

  1. comment
    Comment #2549135

    For example, see implementation of "lock" macro: http://code.google.com/p/nemerle/source/browse/nemerle/trunk...

  2. comment
    Comment #2549130

    Macros are expending in the typing process. In macro you can use compiler API to type some untyped AST (for example, argument of macro). For example, "foreach" macro use compiler A…

  3. comment
    Comment #2548099

    Compiled in native? CLR compile IL before execution. In the next version of Nemerle we plan to create Interchangeable back-ends: http://code.google.com/p/nemerle-2/wiki/BackEnds?wl…