|
|
|
|
|
by pwpwp
2498 days ago
|
|
One of the newest Lisp dialects, Kernel, is pretty close to lambda calculus, though. Like in LC, there is no implicit evaluation of arguments. A fexpr receives the "source code" of its input expressions, similar to LC. Then it can explicitly evaluate those it cares about. https://web.cs.wpi.edu/~jshutt/kernel.html |
|