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

anatoly techtonik techtonik at gmail.com
Wed Mar 18 07:19:27 CET 2015


On Mon, Mar 16, 2015 at 8:18 PM, Ryan Gonzalez <rymg19 at gmail.com> wrote:
> They have a build system genius who wrote Tup working for them

I like the conceptual brevity of the Tup page http://gittup.org/tup/
It is the core of that I am try to bring from SCons internals to the
surface. It is very often that you need to process some DAG
and touch nodes based on their changed dependencies.

The problem is so common that it is even worth to spend time
on visualization for it. So far no build system has this stuff, and
I run of time to complete the SCons plumbing.
-- 
anatoly t.


More information about the Python-ideas mailing list