Advanced Programming Language Design

Started by Fanda, October 25, 2007, 05:41:52 AM

Previous topic - Next topic

Fanda

For all language geeks and language designers, a must read:



Advanced Programming Language Design

http://www.nondot.org/sabre/Mirrored/AdvProgLangDesign/">http://www.nondot.org/sabre/Mirrored/AdvProgLangDesign/



Chapter 2-3 CONTINUATIONS: IO

"Io" language implemented as Amalthea can be found here:

http://www.guldheden.com/~sandin/amalthea.html">http://www.guldheden.com/~sandin/amalthea.html



Fanda

rickyboy

#1
Very cool.  Thanks!  --Rick
(λx. x x) (λx. x x)

newdep

#2
Now this is an older book, but very nice and easy to read..



http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-1.html#titlepage">//http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-1.html#titlepage



here are the video lectures ->

http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/">//http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/
-- (define? (Cornflakes))

pjot

#3
Quote
For all language geeks


Well, I am such a geek... interesting book! Thanks!



Peter