To pythonistas...

Notices and updates
Locked
Jeff
Posts: 604
Joined: Sat Apr 07, 2007 2:23 pm
Location: Ohio
Contact:

To pythonistas...

Post by Jeff »

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/exte ... -anything/
Jeff
=====
Old programmers don't die. They just parse on...

Artful code

xytroxon
Posts: 296
Joined: Tue Nov 06, 2007 3:59 pm
Contact:

Re: To pythonistas...

Post by xytroxon »

Thanks!

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

Have you seen Lunatic Python?
http://labix.org/lunatic-python
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
"Many computers can print only capital letters, so we shall not use lowercase letters."
-- Let's Talk Lisp (c) 1976

Tim Johnson
Posts: 253
Joined: Thu Oct 07, 2004 7:21 pm
Location: Palmer Alaska USA

Post by Tim Johnson »

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

Locked