Lisp

M

Malcolm McLean

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.
 
K

Kenny McCormack

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
 
R

Richard Tobin

Malcolm McLean said:
Is there an easy way to integrate lisp with C?

You might look at GCL, formerly KCL, which compiles Common Lisp to
C.

-- Richard
 
P

ppr:kut

Malcolm said:
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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,981
Messages
2,570,188
Members
46,733
Latest member
LonaMonzon

Latest Threads

Top