|
|
|
|
|
by murisitarusenga
3294 days ago
|
|
L2 is an experimental programming language that maps efficiently to machine code (like C). I think it is interesting because I have not seen
1) control flow primitives that are like Scheme's continuations but that are also efficient
2) L2's variant of s-expressions that do not need a symbol or string data type
3) a macro system that is equivalent to but operates differently from Common Lisp's |
|
(See also: http://lambda-the-ultimate.org/node/2406#comment-36369)