I found it hard to make scons build outside my source directory (instead of polluting it). This is important for example when you don't want random files showing up in your git clone.
With waf, this is easy.
Subjectively, waf code looks more Pythonic than scons, though both are supposedly Python.
With waf, this is easy.
Subjectively, waf code looks more Pythonic than scons, though both are supposedly Python.