Julian Stecklina <der_julian@web.de> wrote:
+---------------
| Would be nice to have a subset of CL that can be used to do system
| programming.
+---------------
You might want to look at "ThinLisp" <http://www.cliki.net/ThinLisp>:
ThinLisp is a Common Lisp implementation that compiles to very
efficient C code.
By Jim Allard and Ben Hyde. It is meant to allow deployment of
CL-developed applications as efficient C-compiled code, and thus
includes notable restrictions as compared to full CL semantics.
[...such as no GC.]
Also see <http://www.thinlisp.org/whitepaper.html>
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607