Y
Hacker News
new
|
ask
|
show
|
jobs
by
SonOfLilit
3130 days ago
If you like short interpreter implementations, you might like this:
http://code.jsoftware.com/wiki/Essays/Incunabulum
2 comments
tromp
3130 days ago
or this interpreter of a lazy lambda calculus based language in 25 lines of (obfuscated) C:
http://www.ioccc.org/2012/tromp/tromp.c
http://www.ioccc.org/2012/tromp/hint.html
link
agumonkey
3130 days ago
I love how it demonstrates how recursion/loops and shape/dimension based programming can be both thin, fast and generic
link
http://www.ioccc.org/2012/tromp/tromp.c
http://www.ioccc.org/2012/tromp/hint.html