On Tue, Jan 26, 2010 at 7:04 AM, Yingjie Lan wrote:
>> note that this is quite off-topic for this list, which is
>> about the
>> development of the CPython interpreter and runtime
>> environment.
>
> Sorry if this is bothering you. I thought here are a lot of people who knows
> how to write exten
On Tue, Jan 26, 2010 at 04:40:29AM -0800, Yingjie Lan wrote:
> I googled c.l.py but found
> few pages (one link said it is a dead list, but anyway),
> would you care give the information
> where to join it?
comp.lang.python newsgroup, see: http://python.org/community/lists/
Regards
Floris
--
> Note that pretty much everyone who reads this list will
> likely also read
> c.l.py, but c.l.py has a much broader audience, including a
> lot of people
> who write extension modules in one way or another.
Thanks for the note. I googled c.l.py but found
few pages (one link said it is a dead li
Yingjie Lan wrote:
>> note that this is quite off-topic for this list, which is about the
>> development of the CPython interpreter and runtime environment.
>
> Sorry if this is bothering you. I thought here are a lot of people
> who knows how to write extensions, and has a lot of experiences.
>
Yingjie Lan, 26.01.2010 13:04:
>> note that this is quite off-topic for this list, which is about the
>> development of the CPython interpreter and runtime environment.
>
> Sorry if this is bothering you.
No problem.
> I thought here are a lot of people who
> knows how to write extensions, and
On 26/01/2010 12:04, Yingjie Lan wrote:
note that this is quite off-topic for this list, which is
about the
development of the CPython interpreter and runtime
environment.
Sorry if this is bothering you. I thought here are a lot of people who knows
how to write extensions, and has a lot o
> note that this is quite off-topic for this list, which is
> about the
> development of the CPython interpreter and runtime
> environment.
Sorry if this is bothering you. I thought here are a lot of people who knows
how to write extensions, and has a lot of experiences. These are exactly the
be
Yingjie Lan, 26.01.2010 12:41:
> I am working on a project named expy, which intends to be an express way
> to extend Python (currently only supports extension in C, but could be
> easily expaned to support more languages). With expy you can write your
> code as a real python module, then expy woul
Hi,
I am working on a project named expy, which intends to be an express way to
extend Python (currently only supports extension in C, but could be easily
expaned to support more languages). With expy you can write your code as a real
python module, then expy would generate the actual code. I'