[Python-ideas] Rewriting the build system (part 2)

Ryan Gonzalez rymg19 at gmail.com
Fri Mar 13 21:00:03 CET 2015


On Fri, Mar 13, 2015 at 2:47 PM, Chris Barker <chris.barker at noaa.gov> wrote:

> On Fri, Mar 13, 2015 at 12:40 PM, Ryan Gonzalez <rymg19 at gmail.com> wrote:
>
>> That written in Python, so Python would require Python to build which
>> would require Python to build which would require...
>>
>
> Well, you can't buid a C compiler without a C compiler either (or SOME
> compiler). And given that you should be able to do cross-compilation for
> platforms that don't currently have a python build, I'm not sure that's a
> killer.
>
> It it so wrong that python eats its own dog food in this manner?
>
>
It's not as much "Python eat its own dog food" as "cross-compiling natively
would be even harder than it is right now."

C compilers are available on virtually every UNIX that's ever been created
since the 70's, including AIX, Plan 9, Solaris, etc.

Python? Not as much.


> -CHB
>
>>
>> --
>
> Christopher Barker, Ph.D.
> Oceanographer
>
> Emergency Response Division
> NOAA/NOS/OR&R            (206) 526-6959   voice
> 7600 Sand Point Way NE   (206) 526-6329   fax
> Seattle, WA  98115       (206) 526-6317   main reception
>
> Chris.Barker at noaa.gov
>



-- 
Ryan
[ERROR]: Your autotools build scripts are 200 lines longer than your
program. Something’s wrong.
http://kirbyfan64.github.io/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20150313/3c9e6a41/attachment.html>


More information about the Python-ideas mailing list