ninja-rs VS scripts

Compare ninja-rs vs scripts and see what are their differences.

ninja-rs

An educational implementation of the ninja build system, based on ideas from the Build Systems a la Carte paper. (by nikhilm)

scripts

A collection of random scripts from my computer (by gkbrk)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ninja-rs scripts
1 2
54 12
- -
10.0 4.6
over 3 years ago about 1 year ago
Rust Python
Apache License 2.0 GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ninja-rs

Posts with mentions or reviews of ninja-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-25.
  • N2: Alternative Ninja Implementation
    6 projects | news.ycombinator.com | 25 Mar 2022
    I also created a minimal Ninja implementation in Rust some time ago. My goals were to implement it in terms of the Build Systems a la carte paper. Of course, hard to compete with the original ninja authors who obviously understand it much better. For example I used a separate lexer and environments, which got a little annoying and is something explicitly called out in their design.

    https://github.com/nikhilm/ninja-rs

scripts

Posts with mentions or reviews of scripts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-05.
  • Ninja is enough build system
    4 projects | news.ycombinator.com | 5 Nov 2023
    > This tiny little implementation[0] in Python!

    345 lines of well-commented Python. Cute as a button! It doesn't seem to re-use already-built files, though.

    I wonder how many lines that would add. I actually have a bit of Python in my build pipeline that basically just goes `if os.path.getmtime(src) > os.path.getmtime(target)` and it works fine (and took far less effort than trying to shoehorn that build step into my Makefile).

    [0] https://github.com/gkbrk/scripts/blob/master/ninja.py

  • N2: Alternative Ninja Implementation
    6 projects | news.ycombinator.com | 25 Mar 2022
    Shameless plug, I also wrote my own Ninja implementation [1]. I tried to make it easy to understand, while supporting all the Ninja features I used.

    In the end, it was able to compile my own kernel and a few other Ninja projects.

    [1]: https://github.com/gkbrk/scripts/blob/master/ninja.py

What are some alternatives?

When comparing ninja-rs and scripts you can also consider the following projects:

n2 - n2 ("into"), a ninja compatible build system

ninja - a small build system with a focus on speed

ninja - Kitware branch of ninja for staging features not yet integrated upstream

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured