Viewing profile — VladD2
VladD2
HN member- Joined
- Sat, May 14, 2011, 5:17 PM UTC
- HN karma
- 5
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About VladD2
No profile information was provided.
Recent public activity
-
comment
Comment #2549135
For example, see implementation of "lock" macro: http://code.google.com/p/nemerle/source/browse/nemerle/trunk...
-
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…
-
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…