Re: using expy to extend python

2009-08-05 Thread Yingjie Lan
> From: Wolfgang Rohdewald > Subject: Re: using expy to extend python > To: python-list@python.org > Date: Thursday, August 6, 2009, 3:48 AM > On Thursday 06 August 2009, Yingjie > Lan wrote: > > For more information about expy, please visit its > homepage at: > &g

Re: using expy to extend python

2009-08-05 Thread Wolfgang Rohdewald
On Thursday 06 August 2009, Yingjie Lan wrote: > For more information about expy, please visit its homepage at: > http://expy.sf.net/ looks very interesting, bookmarked. In your example class mate, def rename looks wrong: if malloc fails, the previous name should probably not be replaced by an em

using expy to extend python

2009-08-05 Thread Yingjie Lan
Hi, The expy project provides an express way to extend Python. After some careful considerations, I came up with some reasons for expy (this is not an exhaustive list): (I). WYSIWYG. The expy project enables you to write your module in Python the way your extension would be (WYSIWYG), and mea