astGrad VS numbat

Compare astGrad vs numbat and see what are their differences.

astGrad

Symbolic differentiation based on the Nim AST (by SciNim)

numbat

A statically typed programming language for scientific computations with first class support for physical dimensions and units (by sharkdp)
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
astGrad numbat
1 5
15 872
- -
10.0 9.8
over 1 year ago 8 days ago
Nim Rust
- Apache License 2.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.

astGrad

Posts with mentions or reviews of astGrad. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-16.
  • Show HN: Numbat – A programming language with physical dimensions as types
    8 projects | news.ycombinator.com | 16 Nov 2023
    I mean that article of yours highlights the difficulties one encounters fairly well, I would say. I don't disagree that this is (generally) a tricky problem!

    Nim allows you to do a lot, e.g. derivatives of a unitful expression with measurement errors [0]. But other aspects run into the reality of dealing with a static type system. For example in Measuremancer [1], the library handling measurements with uncertainties, each `Measurement` is a single generic `Measurement[T]`. Each measurement stores the derivatives for error propagation. Obviously the derivatives have different units. Now, we could make `Measurement` a two-fold generic, `Measurement[T, U]`, but that just makes things more unwieldy in practice, for not much gain.

    Without rewriting a majority of existing code you will always run into trouble where your perfect unit type system will either break or you'll need to work around it anyway (e.g. calling into some C library for part of the code).

    [0]: https://github.com/SciNim/astGrad#extra-fun

    [1]: https://github.com/SciNim/Measuremancer/

numbat

Posts with mentions or reviews of numbat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-16.

What are some alternatives?

When comparing astGrad and numbat you can also consider the following projects:

Squants - The Scala API for Quantities, Units of Measure and Dimensional Analysis

rink-rs - Unit conversion tool and library written in rust

insect - High precision scientific calculator with support for physical units

Desk - 🔮 The application platform for your cyberpunk desk

Measuremancer - A library to handle measurement uncertainties & error propagation

cpc - Text calculator with support for units and conversion

fathom - 🚧 (Alpha stage software) A declarative data definition language for formally specifying binary data formats. 🚧

gleam - ⭐️ A friendly language for building type-safe, scalable systems!

pen - The parallel, concurrent, and functional programming language for scalable software development