Product Avatar Image

SCons Foundation

Show rating breakdown
17 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.1
Serving customers since
Profile Filters

All Products & Services

Profile Name

Star Rating

8
8
1
0
0

SCons Foundation Reviews

Review Filters
Profile Name
Star Rating
8
8
1
0
0
Albert G.
AG
Albert G.
08/24/2020
Validated Reviewer
Review source: G2 invite
Incentivized Review

The right design/architecture for a builder

It's design / architecture has the right concepts of a (generic) builder: Target, Dependencies, Nodes, Toolset, Builder, Scanner, Environments, Configure Checks.. and it does it as a Python module, the right language for the task. That means that any task that you will need to do building your project has already a good concept to represent it and most probably already an implementation of it that does it, and also that you don't need to know any new language/syntax, but just an API/Module of a well-known language that is cross-platform by nature.
Himanshu P.
HP
Himanshu P.
Experienced backend programmer | node.js | mongodb | C++
07/28/2020
Validated Reviewer
Review source: G2 invite
Incentivized Review

Definitely recomended for Linux build systems

scons can be customized using Python. So you get all the power of python with you while having scons
Tasos P.
TP
Tasos P.
Software Engineer, Embedded & Telecoms
07/23/2020
Validated Reviewer
Review source: G2 invite
Incentivized Review

Powerful but quirky

Scons is a build system written in Python, and build scripts are written in Python. This is a good thing as it gives you the debugging flexibility tou can’t find in other build systems. Anybody can use Python so anybody can maintain a Scons build system, in principle. Scons is amazingly powerful, but it allows you to diverge a lot from its intended use. If you don’t do things the Scons way, you will soon run into trouble. It is also good in maintaining a correct build, if you use it right. It is easy to create custom commands to automate common tasks. Again, Python is the real power here.

About

Contact

HQ Location:
N/A

Social

What is SCons Foundation?

The SCons Foundation is an organization dedicated to the development and promotion of SCons, an open-source software construction tool. SCons is designed to be a superior alternative to traditional build tools like Make, offering a more robust and flexible way to automate the build process for software projects. It utilizes Python scripts as its configuration files, providing users with a powerful and extensible way to define build parameters. The tool is renowned for its ability to handle complex build tasks and dependencies effectively.

Details

Website
scons.org