On Sun, Mar 27, 2005, Adam MacBeth wrote:
>
> Has anyone ever considered using SCons to build Python? SCons is a
> great build tool written in Python that provides some Autoconf-like
> functionality (http://www.scons.org). It seems like this type of
> self-hosting would be a great testament to the power of Python as well
> as helping to reinforce the strength of SCons as a next generation
> build tool.

Unfortunately, this leads to a bootstrapping problem.  :-(  It might be
worthwhile investigating moving parts of CPython's build process to
SCons, but core Python needs to stick with make.  If you want to push
this idea forward, you'll probably need to create a proof-of-concept.
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

"The joy of coding Python should be in seeing short, concise, readable
classes that express a lot of action in a small amount of clear code -- 
not in reams of trivial code that bores the reader to death."  --GvR
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to