I added beginings of a suitable lambda to my Scheme implementation and updated version on my server w/ some big fixes at http://seberino.org/pyscheme if anyone wants to peek and poke.
% python ./pyscheme expression: (define my_func (lambda (x) (+ x 1))) result: UNDEFINED expression: (my_func 2) result: 3 Chris -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
