Software Alternatives & Reviews

tup VS SCons

Compare tup VS SCons and see what are their differences

tup logo tup

Tup is a file-based build system for Linux, OSX, and Windows.

SCons logo SCons

SCons is an Open Source software construction tool—that is, a next-generation build tool.
  • tup Landing page
    Landing page //
    2021-09-14
  • SCons Landing page
    Landing page //
    2021-09-21

tup videos

The Nitecore TUP Flashlight: The Full Nick Shabazz Review

More videos:

  • Review - Nitecore TUP Review- Best Keychain EDC Flashlight? (1000 Lumens)
  • Review - Nitecore TUP All-Time Favorite EDC Flashlight

SCons videos

Review Scons Bañados Dia %

Category Popularity

0-100% (relative to tup and SCons)
Continuous Integration
44 44%
56% 56
Front End Package Manager
JavaScript Package Manager
DevOps Tools
100 100%
0% 0

User comments

Share your experience with using tup and SCons. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

tup might be a bit more popular than SCons. We know about 19 links to it since March 2021 and only 14 links to SCons. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

tup mentions (19)

  • Show HN: Hancho – A simple and pleasant build system in ~500 lines of Python
    Whenever looking at one these, I think back to the obscure but interesting "tup": “How is it so awesome? In a typical build system, the dependency arrows go down. Although this is the way they would naturally go due to gravity, it is unfortunately also where the enemy's gate is. This makes it very inefficient and unfriendly. In tup, the arrows go up.” https://gittup.org/tup/. - Source: Hacker News / about 2 months ago
  • Mazzle – A Pipelines as Code Tool
    Once upon a time, you could roll your own of this using `tup` which might have my favorite "how it works" in the readme: How is it so awesome? In a typical build system, the dependency arrows go down. Although this is the way they would naturally go due to gravity, it is unfortunately also where the enemy's gate is. This makes it very inefficient and unfriendly. In tup, the arrows go up. This is... - Source: Hacker News / 4 months ago
  • What should I use to take notes in college?
    Ten years ago, I used reStructuredText and its support for LaTeX math and syntax highlighting. I used tup (tup monitor -a -f) to take care of running rst2html on save. Source: 10 months ago
  • Knit: Making a Better Make
    The dependency resolution is core to https://gittup.org/tup/ which had been adopted a bit at the time it came out but since faded back into obscurity. - Source: Hacker News / about 1 year ago
  • Buck2: Our open source build system
    I might be showing my ignorance here, but this just sounds like Tup? https://gittup.org/tup/. Source: about 1 year ago
View more

SCons mentions (14)

  • Show HN: Jeeves – A Pythonic Alternative to GNU Make
    The most comprehensive make alternative in python I've seen is Scons (https://scons.org/) It would be worth to see how they tackles some of the challenges you're looking into. Blurb from the website: SCons is an Open Source software construction tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches... - Source: Hacker News / 6 months ago
  • Taskfile: A Modern Alternative to Makefile
    Https://scons.org/ It has cache facility to speed up re-builds. - Source: Hacker News / 9 months ago
  • What was used to build C++ programs before Cmake?
    SCons never got popular enough to escape the niches it grew up in. Source: 10 months ago
  • Is it possible to dynamically introduce nodes inside the project
    I literally do almost this exact thing with the game im working on. Situation is: im the programmer, working with an artist who cant code (and im not going to make them edit json on an ipad lmao) so I have a google drive spreadsheet where they put metadata for the items they make. I have a script that uses rclone to copy this down as a csv, along with the image assets. Then I wrote a python extension for scons... Source: about 1 year ago
  • How do i get started with GD Extension?
    It's a build tool, like cmake. https://scons.org/ you have to install it. Source: about 1 year ago
View more

What are some alternatives?

When comparing tup and SCons, you can also consider the following products

GNU Make - GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.

CMake - CMake is an open-source, cross-platform family of tools designed to build, test and package software.

Gradle - Accelerate developer productivity. Gradle helps teams build, automate and deliver better software, faster. DocsExplore the documentation of Gradle. Find installation ..

Ninja Build - Ninja is a small build system with a focus on speed.

Bazel - Bazel is a tool that automates software builds and tests.

Meson - Meson is an open source build system meant to be both extremely fast, and, even more importantly...