Re: How to define callback functions
Mario Mommer <[email protected]> Thu, 12 Feb 2004 15:07:03 +0100
| Newsgroups | gmane.lisp.uffi.general |
|---|---|
| Message-ID | <[email protected]> |
Edi Weitz <[email protected]> writes: > On Thu, 12 Feb 2004 12:44:01 +0100, Andreas Hinze <[email protected]> wrote: > > > Is there a special reason for this or is it simple not implemented ? > > I know LispWorks can do it and IIRC CMUCL, too. I would assume that > > it is doable for all CL's that UFFI adresses. Is this right ? > > The current release version of CMUCL supports callbacks only in a > rather complicated form, see > > <http://www.cons.org/cmucl/doc/tcl-callback.html>. Oh, there are easier ways. See http://article.gmane.org/gmane.lisp.cmucl.devel/2472 > Probably the same holds for SBCL. In http://www.caddr.com/macho/archives/clump/2003-12/360.html D. Didieren mentions how to make this work with SBCL. The attachments, however, have been stripped. If you are interested, I can send you a copy. Regards, Mario.