Y
Hacker News
new
|
ask
|
show
|
jobs
by
rvense
1941 days ago
In Scheme,
(define (foo bar) ...)
is equivalent to
(define foo (lambda (bar) ...))