Y
Hacker News
new
|
ask
|
show
|
jobs
by
xigoi
295 days ago
I object to the claim that a Lisp-2 has first-class functions.
1 comments
iLemming
293 days 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.
link
xigoi
293 days ago
The separate namespaces mean that functions are considered as something fundamentally different from other values.
link