Here’s the Deal
Slant is powered by a community that helps you make informed decisions. Tell us what you’re passionate about to get your personalized feed and help others.
When comparing Waf vs Please, the Slant community recommends Waf for most people. In the question“What are the best open-source build systems for C/C++?” Waf is ranked 10th while Please is ranked 17th. The most important reason people chose Waf is:
You don't have to learn a domain specific syntax. If you know Python, it's a breeze.
Ranked in these QuestionsQuestion Ranking
Common Questions
Other Questions
Pros
Pro Written in Python
You don't have to learn a domain specific syntax. If you know Python, it's a breeze.
Pro File changes are tracked based on a hash of their changes not the time stamp
This means that switching branches in git isn't a big deal.
Pro Very fast
Much faster than its predecessor SCons.
Pro Fairly easy to extend
Pro Very simple graph based API
Pro Cross-platform
Linux, macOS, FreeBSD.
Pro Intuitive syntax and workflow
Much simpler than multi-tier build systems, like Make and Ninja.
Pro Code Completion
Works with many IDEs, including Visual Studio Code.