On Jan 3, 10:15�pm, vk wrote:
> > AFAIK not. You could try elmer
>
> Elmer looks very interesting, but not really what I was getting at.
>
> > What do you need C for anyway? Or, to put it the other way round - why
> > not expose whatever you need in C as python extension, and write your
> > app in
> AFAIK not. You could try elmer
Elmer looks very interesting, but not really what I was getting at.
> What do you need C for anyway? Or, to put it the other way round - why
> not expose whatever you need in C as python extension, and write your
> app in Python?
I'm not looking to write a Python
vk schrieb:
Have there been ports of the Python standard library to other
languages?
I would imagine using pickle, urllib, and sys in C (with pythonic
naming conventions) would be easier than using other libraries to do
the same thing.
AFAIK not. You could try elmer (found on SF) to expose the