From: Casper H.S. Dik
Subject: Re: Q: What public domain Lisp runs under Solaris 2.3 ?
Date: 
Message-ID: <370hp1$7iu@mail.fwi.uva.nl>
ยทยทยทยท@aiai.ed.ac.uk (Jeff Dalton) writes:

>Can you load compiled C files (si:faslink is the usual function)?
>That's didn't used to work in AKCL.

No, I don't think it does.  It's actually real easy to implement
something like that using dlopen/dlclose, except that for some reason or
other the gcl binary is statically linked.

Casper