From: David P Sly
Subject: c routines for lisp funstions like list, reverse etc.
Date: 
Message-ID: <david_s.746833013@pv0547.vincent.iastate.edu>
Are there any public domain functions for aiding in lisp-> c conversion
or vice versa.

Thanks.

If there is sufficient interest will post replies on the net.

email: ·······@iastate.edu
From: Moorloch
Subject: Re: c routines for lisp funstions like list, reverse etc.
Date: 
Message-ID: <CCoyrC.1nv@news.otago.ac.nz>
In article <·················@pv0547.vincent.iastate.edu> David P Sly,
·······@iastate.edu writes:
In article <·················@pv0547.vincent.iastate.edu> David P Sly,
·······@iastate.edu writes:
>Are there any public domain functions for aiding in lisp-> c conversion
>or vice versa.
>
>Thanks.
>
>If there is sufficient interest will post replies on the net.

If you have an implementation of Scheme, you could write those functions
in it then put this through the Scheme to C translator.

Regards M.