Re: Calling Scheme code from ACL.
"Pierpaolo BERNARDI" <[email protected]>
| Newsgroups | gmane.lisp.allegro |
|---|---|
| Message-ID | <033501c29747$779f5c80$5cf36850@c1p4e3> |
From: "Jordan Katz" <[email protected]> > I'd like to be able to use a package called SXML (see > http://okmij.org/ftp/Scheme/xml.html) from my common lisp code in > ACL 6.2. How would I go about doing this? I looked through the > manual but only found Java interfaces, etc. and no references on how > to call Scheme code from ACL. Use PseudoScheme. P.