Advanced Programming Language Design

For the Compleat Fan
Locked
Fanda
Posts: 253
Joined: Tue Aug 02, 2005 6:40 am
Contact:

Advanced Programming Language Design

Post by Fanda »

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

Advanced Programming Language Design
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

Fanda

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

Post by rickyboy »

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

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

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

http://mitpress.mit.edu/sicp/full-text/ ... #titlepage

here are the video lectures ->
http://swiss.csail.mit.edu/classes/6.00 ... -lectures/
-- (define? (Cornflakes))

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post by pjot »

For all language geeks
Well, I am such a geek... interesting book! Thanks!

Peter

Locked