Re: How to define callback functions
"Hoehle, Joerg-Cyril" <[email protected]> Tue, 17 Feb 2004 09:25:34 +0100
| Newsgroups | gmane.lisp.uffi.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, Follows the obligatory Lisp-rant, since nobody else jumped in yet: Andreas Hinze asked: >I want to make an interface to a library (expat) [...] Why do you want to use expat when there's CL-XML, of which I've heard many good things? I never used it myself though (sorry, James). I tend to use Oleg's SXML approach to XML processing (see comp.lang.scheme). Would you like to expand on your reasons to use expat? Regards, Jorg Hohle.