Connecting Tech Pros Worldwide Forums | Help | Site Map

Lisp

Malcolm McLean
Guest
 
Posts: n/a
#1: Jan 6 '07
I'm thinking of doing some of the high-level logic in my program in lisp.

Is there an easy way to integrate lisp with C? At the moment my thoughts are
moving along the lines of a cheap and cheerful embedded lisp interpreter,
written in C. However I am also feeling that it shouldn't be necessary to do
this.



Kenny McCormack
Guest
 
Posts: n/a
#2: Jan 6 '07

re: Lisp


In article <YM6dndbD_MPVDgLYnZ2dnUVZ8s-qnZ2d@bt.com>,
Malcolm McLean <regniztar@btinternet.comwrote:
Quote:
>I'm thinking of doing some of the high-level logic in my program in
>lisp.
>
>Is there an easy way to integrate lisp with C? At the moment my
>thoughts are moving along the lines of a cheap and cheerful embedded
>lisp interpreter, written in C. However I am also feeling that it
>shouldn't be necessary to do this.
Off topic. Not portable. Cant discuss it here. Blah, blah, blah.

Useful clc-related links:

http://en.wikipedia.org/wiki/Aspergers
http://en.wikipedia.org/wiki/Clique
http://en.wikipedia.org/wiki/C_programming_language

Richard Tobin
Guest
 
Posts: n/a
#3: Jan 6 '07

re: Lisp


In article <YM6dndbD_MPVDgLYnZ2dnUVZ8s-qnZ2d@bt.com>,
Malcolm McLean <regniztar@btinternet.comwrote:
Quote:
>Is there an easy way to integrate lisp with C?
You might look at GCL, formerly KCL, which compiles Common Lisp to
C.

-- Richard
--
"Consideration shall be given to the need for as many as 32 characters
in some alphabets" - X3.4, 1963.
ppr:kut
Guest
 
Posts: n/a
#4: Jan 6 '07

re: Lisp



Malcolm McLean wrote:
Quote:
I'm thinking of doing some of the high-level logic in my program in lisp.
>
Is there an easy way to integrate lisp with C? At the moment my thoughts are
moving along the lines of a cheap and cheerful embedded lisp interpreter,
written in C. However I am also feeling that it shouldn't be necessary to do
this.
check this
Lush (lisp universal shell) is an object-oriented programming language
designed for researchers, experimenters, and engineers interested in
large-scale numerical and graphic applications. Lush is designed to be
used in situations where one would want to combine the flexibility of a
high-level, weakly-typed interpreted language, with the efficiency of a
strongly-typed, natively-compiled language, and with the easy
integration of code written in C, C++, or other languages.

http://lush.sourceforge.net/

Closed Thread