Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rntz
on July 9, 2010
|
parent
|
context
|
favorite
| on:
On Lisp's Readability and Parenthesis Stacking
False. The I-expression:
lambda (x y) display x + x y
corresponds to the S-expression:
(lambda (x y) (display x) (+ x y))
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: