Re: Re: Pros and Cons of using existing runtimes?

"Mark Hahn" <[email protected]> Wed, 18 Aug 2004 10:04:08 -0700
Newsgroups gmane.comp.lang.prothon.user
Message-ID <[email protected]>
Mukhsein Johari wrote:

> Mark, could a prothonized wrapper/adapter for the
> python interpreter C API not do the job (of enabling
> the use of these C extention libs)? Or are the
> interpreters so completely different that the whole
> thing would result in some complicated mess? If it is
> workable, would this path be more or less work then
> going the .NET route?

I wouldn't know for sure until I actually tried, but the consensus is that
it would be very hard.  Python was just not written for this purpose.