[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Lisp and C
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: Lisp and C
- From: charpent@bacbuc.frmug.fr.net (Emmanuel Charpentier)
- Date: Thu, 8 Sep 1994 09:18:26 +0200 (MET DST)
- In-reply-to: <9409071322.AA02053@steinway.u-strasbg.fr> from "Rudloff" at Sep 7, 94 02:42:51 pm
>
> Hi,
>
> I'am a NeXT user and I would like to use a good lisp environment on
> NeXT (but my problem concerns all systems).
>
> My aim (but I begin to think that it's a dream) is the following:
>
> - To make an App with Project Builder
> - To write some Lisp routines, to compile them, and get .o object
> files
> - To link these compiled lisp routines (and the lisp kernel needed)
> with my App and to call them from a C function.
>
> The problem is that CLisp just produce fasl files and not .o.
> gcl produce .o file but I didn't reach to do what I wanted.
akcl might be what you are looking for. Its compiler produces
C code which is handed to the cc compiler (gcc in my case). This
makes for a *slow* compiler, but gives *tight* and *fast* code.
Fair warning : akcl does not seems to be very alive, those days.
Furthermore, it is *not* in public domain : you'll have to request
a (free) license from some japanese university...
E. Charpentier
--
Emmanuel Charpentier
charpent@bacbuc.frmug.fr.net
- References:
- Lisp and C
- From: Rudloff <rudloff@steinway.u-strasbg.fr>