Turbo Javascript build system

Yet another build system for Javascript, written in Rust:

Here is my running list of Javascript build systems:

Reminds me a bit of C/C++ build systems …

The Go/Rust build systems have shown us there is a better way. Build is now a primary requirement of any new/modern programming language.

yes build systems are backbone for any ecosystem. Package management, which has become a cornerstone of success story, is vital. Ease of unit testing frameworks are key too, e.g. go test, pytest I also see zig moving in right direction with these modern paradigms.

1 Like