From: Eli Barzilay (eli at barzilay.org) Date: Mon Oct 22 11:53:48 EDT 2007 |
|
On Oct 22, Matthias Felleisen wrote: > Use C++ just enough to get closure objects and overload apply. -- This worked better IIRC (I've seen that too some N years ago), but the syntax that you get for it is still something you should not look at without a barf bag nearby. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://www.barzilay.org/ Maze is Life!
Posted on the users mailing list. |
|