Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lispm
83 days ago
|
parent
|
context
|
favorite
| on:
Hofstadter on Lisp (1983)
Pascal, Fortran, C, ... All these languages use prefix notation for function calls.
Fortran:
min(size(b), size(a))
Lisp:
(min (size b) (size a))
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Fortran:
Lisp: