newLISP Fan Club

Forum => newLISP newS => Topic started by: Jeff on March 24, 2008, 11:56:05 AM

Title: To pythonistas...
Post by: Jeff on March 24, 2008, 11:56:05 AM
I know there are a few of us here.  I wrote a quick tutorial on embedding newLISP in Python using ctypes.



http://www.artfulcode.net/articles/extending-python-almost-anything/
Title: Re: To pythonistas...
Post by: xytroxon on March 24, 2008, 04:01:57 PM
Thanks!



The next step for newLISP is to be able to call Python modules! ;)



Have you seen Lunatic Python?

//http://labix.org/lunatic-python
Quote
Introduction



Lunatic Python is a two-way bridge between Python and Lua, allowing these languages to intercommunicate. Being two-way means that it allows Lua inside Python, Python inside Lua, Lua inside Python inside Lua, Python inside Lua inside Python, and so on.



Why?



Even though the project was born as an experiment, it's already being used in real world projects to integrate features from both languages.


-- xytroxon
Title:
Post by: Tim Johnson on March 29, 2008, 05:41:47 PM
Very interesting - I'm a pythonisto myself ( I presume female python

programmers are pythonistas)

Seriously, I'm glad that you brought that up, python is so big that

there is still stuff I don't know about and that is one of them.

Thanks