Thank you all for the advice, I think I'll be writing my lisp code in
python.
--
http://mail.python.org/mailman/listinfo/python-list
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> Your best bet is probably to look into your LISP environment's FFI
> (Foreign Function Interface). Most LISP environments have some way to
> call C code directly. Insofar as going back the other way... that I'm
> a little more sketchy on. Guile (
[EMAIL PROTECTED] wrote:
> Your best bet is probably to look into your LISP environment's FFI
> (Foreign Function Interface). Most LISP environments have some way to
> call C code directly. Insofar as going back the other way... that I'm
> a little more sketchy on. Guile (the Scheme compiler fro
Your best bet is probably to look into your LISP environment's FFI
(Foreign Function Interface). Most LISP environments have some way to
call C code directly. Insofar as going back the other way... that I'm
a little more sketchy on. Guile (the Scheme compiler from GNU) is a
strong contender, tho
basically, what I'm looking to do is use python as a bridge between C
and Common Lisp to create a virtual city that contains Artificial life.
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] a écrit :
> is there a way to embed common lisp programs in python?
>
It depends on what you call "embedding" ... can you be more specifiv
about what you want ?
--
http://mail.python.org/mailman/listinfo/python-list
is there a way to embed common lisp programs in python?
--
http://mail.python.org/mailman/listinfo/python-list