On 17/set/2005, at 18:30, Kenny Tilton wrote:
Luis,
Got this report from a fello Lispnyk (thx, dimitri). Looks to my uninformed eyes as if the x86 and >0.9.3 requirements for callbacks are met. Thoughts?
SBCL only has callbacks on x86 (32 bits), not anywhere else. Including x86-64, though I chatted with a guy (whose name/nick I don't remember atm) who is porting SBCL callbacks to x86-64 after having run CFFI and noticed they were missing there.
I suppose that if SBCL doesn't get callbacks on all of its platforms soon we'll have to push a :NO-CFFI-CALLBACKS or something similar to *features*. Maybe it won't be necessary.