▲ | iLemming 13 hours ago | |
What? Functions can be passed as arguments? Check! Returned from functions? Check! Stored in variables? Check! Lisp-2 just means functions and vars live in separate namespaces, that's all. In every other aspect they are first-class. | ||
▲ | xigoi 7 hours ago | parent [-] | |
The separate namespaces mean that functions are considered as something fundamentally different from other values. |