Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28243

Re: py2c - an open source Python to C/C++ is looking for developers

From Stefan Behnel <stefan_ml@behnel.de>
Subject Re: py2c - an open source Python to C/C++ is looking for developers
Date 2012-09-02 08:27 +0200
References (3 earlier) <jv7q59$voa$1@dough.gmane.org> <mailman.2774.1343738809.4697.python-list@python.org> <9cf4820c-25a2-45a7-af47-cb3e06d30707@googlegroups.com> <mailman.56.1346564917.27098.python-list@python.org> <6b2b2379-c382-4338-9a10-18e1a63cfbee@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.61.1346567249.27098.python-list@python.org> (permalink)

Show all headers | View raw


Ramchandra Apte, 02.09.2012 08:10:
>> That's reason enough for it.  Do you plan to port all the standard 
> python modules as well, though?
> 
> Well, it should be quite easy because most of the _modules are either C accelerator (which there is no need to port) or a C wrapper (which should be trivial to port)

Nope, not at all. They use the CPython C-API internally, so in order to
port them, you'll have to reimplement that first. That's a huge amount of
work, as proven by the incompleteness of all other Python implementations
in that regard. If you think you can do better here then IronPython or
PyPy, please go ahead.

Stefan

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

py2c - an open source Python to C/C++ is looking for developers maniandram01@gmail.com - 2012-07-30 06:27 -0700
  Re: py2c - an open source Python to C/C++ is looking for developers andrea crotti <andrea.crotti.0@gmail.com> - 2012-07-30 16:08 +0100
  Re: py2c - an open source Python to C/C++ is looking for developers MaxTheMouse <maxthemouse@googlemail.com> - 2012-07-30 09:42 -0700
    Re: py2c - an open source Python to C/C++ is looking for developers alex23 <wuwei23@gmail.com> - 2012-07-30 17:16 -0700
      Re: py2c - an open source Python to C/C++ is looking for developers Stefan Behnel <stefan_ml@behnel.de> - 2012-07-31 07:23 +0200
      Re: py2c - an open source Python to C/C++ is looking for developers Stefan Behnel <stefan_ml@behnel.de> - 2012-07-31 14:46 +0200
        Re: py2c - an open source Python to C/C++ is looking for developers Ramchandra Apte <maniandram01@gmail.com> - 2012-09-01 20:15 -0700
          Re: py2c - an open source Python to C/C++ is looking for developers Michael Torrie <torriem@gmail.com> - 2012-09-01 23:27 -0600
            Re: py2c - an open source Python to C/C++ is looking for developers Ramchandra Apte <maniandram01@gmail.com> - 2012-09-01 23:10 -0700
              Re: py2c - an open source Python to C/C++ is looking for developers Stefan Behnel <stefan_ml@behnel.de> - 2012-09-02 08:27 +0200
            Re: py2c - an open source Python to C/C++ is looking for developers Ramchandra Apte <maniandram01@gmail.com> - 2012-09-01 23:10 -0700
            Re: py2c - an open source Python to C/C++ is looking for developers Ramchandra Apte <maniandram01@gmail.com> - 2012-09-01 23:16 -0700
              Re: py2c - an open source Python to C/C++ is looking for developers Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-02 09:43 +0100
            Re: py2c - an open source Python to C/C++ is looking for developers Ramchandra Apte <maniandram01@gmail.com> - 2012-09-01 23:16 -0700
          Re: py2c - an open source Python to C/C++ is looking for developers Serhiy Storchaka <storchaka@gmail.com> - 2012-09-02 10:23 +0300
            Re: py2c - an open source Python to C/C++ is looking for developers Ramchandra Apte <maniandram01@gmail.com> - 2012-09-02 06:46 -0700
            Re: py2c - an open source Python to C/C++ is looking for developers Ramchandra Apte <maniandram01@gmail.com> - 2012-09-02 06:46 -0700
        Re: py2c - an open source Python to C/C++ is looking for developers Ramchandra Apte <maniandram01@gmail.com> - 2012-09-01 20:15 -0700

csiph-web