Scheme -- in Python!
Danny Yoo has been writing Scheme in Python, and the result is his interpreter PyScheme. It's impressive. It can now run lots of useful things, like
((lambda (x) (list x (list (quote quote) x))) (quote (lambda (x) (list x (list (quote quote) x)))))
which is a Scheme program which prints itself out (a "quine").
- Links from other weblogs:
Tue Nov 21 03:36:22: bpbpvxav from bpbpvxav
bpbpvxav