|
From: Mehmet Yavuz S. Soyturk on 16 Dec 2006 21:50 This is a toy lisp interpreter that I have written with the help of http://paulgraham.com/rootsoflisp.html . It's written in python. It can do: cons, cond, eq, lambda, label, defun, setf, +/-/*/< ... http://studwww.ugent.be/~msoyturk/lisp.py
From: Greg Johnston on 17 Dec 2006 09:07 Mehmet Yavuz S. Soyturk wrote: > This is a toy lisp interpreter that I have written with the help of > http://paulgraham.com/rootsoflisp.html . > It's written in python. It can do: cons, cond, eq, lambda, label, > defun, setf, +/-/*/< ... > > http://studwww.ugent.be/~msoyturk/lisp.py Now write a Python interpreter in your Lisp, and then run your Lisp interpreter inside that! :-p
|
Pages: 1 Prev: serialization Next: Package-qualified symbols & unUSEable packages -- threat or menace? |