|
|
|
|
|
by boken
3744 days ago
|
|
This doesn't quite hit the mark. The example given in Klisp will work with an arbitrary number of arguments. What looks to be the second of two named arguments, e, is actually the dynamic environment from which $and? is called. |
|
I.e. this and operator is an anti-deluvial beast once known in the Lisp word as a FEXPR.
If a compiler is developed, every such operator will have to be reimplemented as a macro.