FsFrink VS rink-rs

Compare FsFrink vs rink-rs and see what are their differences.

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
FsFrink rink-rs
1 4
4 397
- -
10.0 7.5
almost 5 years ago 9 days ago
F# Rust
- GNU General Public License v3.0 only
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.

FsFrink

Posts with mentions or reviews of FsFrink. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-03.
  • Frink is a programming language designed to make physical calculations simple
    6 projects | news.ycombinator.com | 3 Nov 2023
    I came across this repo where someone actually took the time to convert Frink's unit data to F# (which also supports units of measure) and I got to wondering if Frink's inspired it.

    https://github.com/avestura/FsFrink

    BTW, I'd love to see more mainstream languages consider features like units of measure. I understand the tech-debt it would likely-incur, but I think it would be a fun mental exercise to really go through the different languages and ask how one might add units of measure.

    For example, in F#, the units are erased when they're compiled, so there is no runtime support for units. But I could imagine a dynamic/weaker typed language implementing it with runtime support where units are implemented like atomic symbols that are paired with numbers. Maybe each compound unit could be represented with a unique symbol that's created at runtime.

    Personally, I don't think languages explore enough with interesting literals. Combining units with non-numeric types like strings might make interpolation a little more interesting.

rink-rs

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

What are some alternatives?

When comparing FsFrink and rink-rs you can also consider the following projects:

unitdc-rs - A dc-like arbitrary precision quantity calculator.

cpc - Text calculator with support for units and conversion

units - The home of the units Haskell package

numbat - A statically typed programming language for scientific computations with first class support for physical dimensions and units

bacon - Scientific Computing in Rust

fend - Arbitrary-precision unit-aware calculator

insect - High precision scientific calculator with support for physical units

google-hashcode-score-2022 - google hashcode 2022 qualification round score calculator

dimensioned - Compile-time dimensional analysis for various unit systems using Rust's type system.

UnitsNet - Makes life working with units of measurement just a little bit better.