5 Feb
2006
5 Feb
'06
10:14 p.m.
Jan Rychter <jan@rychter.com> writes:
"Luís" == Luís Oliveira <luismbo@gmail.com> writes: Luís> I'm pretty sure we could support anonymous callbacks, on SBCL and Luís> CLISP anyway. Do any other Lisps support this?
So, perhaps it is worth implementing as an optional feature. Hopefully other implementations will follow suit.
I took a shot at implementing this on SBCL and CLISP (I don't have a working ECL installation), here's the patch: This still needs unit tests but cursory testing from the REPL looks good---please give it a try. James