Y
Hacker News
new
|
ask
|
show
|
jobs
by
thewakalix
1739 days ago
I can’t believe the
canonical
anonymous function notation is omitted:
(lambda (x) (f x))
On the other hand, this is a discussion about syntax, and Lisp is the “syntaxless” language…
1 comments
bidirectional
1739 days ago
How is that canonical? λ x . f x is the original syntax of Church, Lisp came around decades later.
link
amw-zero
1739 days ago
Canonical from a programming languages perspective.
link