[Python-3000] Ctypes as cross-interpreter C calling interface
Guido van Rossum
guido at python.org
Mon Aug 14 18:09:49 CEST 2006
No. Why would it be a joke? Because it's a Perl thing? Because it
doesn't acknowledge Python's obvious supremacy in the universe of
languages? Because it admits that other projects sometimes have good
ideas? Because it's a good idea to have to write separate wrappers
around every useful library for each dynamic languague separately?
Because Parrot isn't real? IMO it's pretty real already -- the 0.4.6
release supports Ruby, Javascript, Tcl, and a bunch more (possibly
even Perl 6 :-). I wouldn't be surprised if Parrot reached maturity
around the same time as Py3k.
--Guido
On 8/14/06, Jean-Paul Calderone <exarkun at divmod.com> wrote:
> On Mon, 14 Aug 2006 08:31:31 -0700, Guido van Rossum <guido at python.org> wrote:
> >After thinking about it some more, IMO for most purposes ctypes is
> >really quite sub-optimal. I think it would make more sense to work on
> >Parrot support for Python. Sure, in the short term ctypes is more
> >practical than Parrot -- in its most recent incarnation, the latter
> >doesn't even list Python as a supported language -- a regression from
> >last year when Python support was among the best. But in the long
> >term, Parrot (like .NET or Jython do in other contexts) offers
> >cross-language interoperability, and perhaps even (like .NET and
> >Jython) automatic generation of wrappers.
> >
>
> This is a joke, right?
>
> Jean-Paul
>
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-3000
mailing list