Re: [ANN] Lupa 0.6 - Lua in Python

2010-07-19 Thread Fabrizio Milo aka misto
This is very very interesting. Do you have any direct application of it ? I know games like World of Warcraft uses Lua as scripting language. Thanks. Fabrizio -- Luck favors the prepared mind. (Pasteur) -- http://mail.python.org/mailman/listinfo/python-list

Re: Well written open source Python apps

2005-10-19 Thread Misto .
I suggest also these: Spark: - http://pages.cpsc.ucalgary.ca/~aycock/spark/ Few files. I like how doc strings are used for handling the grammar. Twisted: http://twistedmatrix.com/ I like everything, from test to comments! (many are funny) Misto -- http

Duplicating Modules

2005-09-30 Thread Misto .
import module1 Any Ideas? P.S: I know that there is some design Issue here, but my boss says no :) Misto -- http://mail.python.org/mailman/listinfo/python-list