CLISP support ?
"Hoehle, Joerg-Cyril" <[email protected]> Tue, 10 Dec 2002 15:19:54 +0100
| Newsgroups | gmane.lisp.uffi.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, > What is the current status of CLISP support ? Not supported. >Looking at the list archives, there's some discussion >about it, but is there someone working on it ? Thanks. I just recently wrote to Kevin to state that a port can currently be attempted. It will first lack dynamic loading of libraries though, but CLISP has modules. uffi:def-function can be mapped onto CLISP's ffi:def-lib-call. Kevin currently has other, high priorities though, and I myself don't have time either. But I can give advice. Fell free to try to port it. Would you like to? Kevin promised to integrate patches. BTW, I'm just sending a call for volunteers to the clisp-user list. Regards, Jorg Hohle.