(message (Hello 'Paul) (you :wrote :on '(08 Dec 2006 17:15:32 -0800)) ( PR> Huh? Are you saying Lisp systems never release new versions? And you PR> can't implement Python generators as Lisp macros in any reasonable PR> way. You could do them in Scheme using call-with-current-continuation PR> but Lisp doesn't have that.
we can implement Scheme's call-with-current-continuation first :) it's relatively easy -- just a code walker that coverts everyting into CPS. i've used one for a web application development. ) (With-best-regards '(Alex Mizrahi) :aka 'killer_storm) "People who lust for the Feel of keys on their fingertips (c) Inity") -- http://mail.python.org/mailman/listinfo/python-list