Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
avibryant
on Oct 1, 2009
|
parent
|
context
|
favorite
| on:
LYSP (a really tiny lisp)
I smiled at the last two lines of his test file:
(define exit (dlsym "exit")) (exit 0)
Certainly no need to define exit any earlier than that...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
(define exit (dlsym "exit")) (exit 0)
Certainly no need to define exit any earlier than that...