Re: using common lisp with python.

2005-09-03 Thread [EMAIL PROTECTED]
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

Re: using common lisp with python.

2005-08-29 Thread Mike Meyer
"[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 (

Re: using common lisp with python.

2005-08-29 Thread Robert Kern
[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

Re: using common lisp with python.

2005-08-29 Thread [EMAIL PROTECTED]
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

Re: using common lisp with python.

2005-08-29 Thread [EMAIL PROTECTED]
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

Re: using common lisp with python.

2005-08-29 Thread Pierre Barbier de Reuille
[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

using common lisp with python.

2005-08-28 Thread [EMAIL PROTECTED]
is there a way to embed common lisp programs in python? -- http://mail.python.org/mailman/listinfo/python-list