C14h:Lisp Interpreter selbst bauen: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
Das Lisp 1.5 Manual: http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf | Das Lisp 1.5 Manual: http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf | ||
Mein Interpreter: | Mein Interpreter: https://github.com/mschuetz/tinylisp/ | ||
--[[User:PhilFry|PhilFry]] 14:31, 15 March 2008 (UTC) | --[[User:PhilFry|PhilFry]] 14:31, 15 March 2008 (UTC) |
Latest revision as of 19:41, 28 December 2011
Zur Chaotischen Viertelstunde vom 28.02.2008
Das Paper von Paul Graham mit dessen Hilfe ich den Interpreter geschrieben habe: http://www.paulgraham.com/rootsoflisp.html
Das Lisp 1.5 Manual: http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf
Mein Interpreter: https://github.com/mschuetz/tinylisp/
--PhilFry 14:31, 15 March 2008 (UTC)