Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
DNied
on March 1, 2021
|
parent
|
context
|
favorite
| on:
Not Lisp again (2009)
The syntax of those defines sure looks weird. In what dialect does the name of the function being defined appear as the CAR of a list, followed by the parameters?
rvense
on March 1, 2021
|
next
[–]
In Scheme,
(define (foo bar) ...)
is equivalent to
(define foo (lambda (bar) ...))
mschaef
on March 1, 2021
|
prev
[–]
Scheme
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: