system_r VS language-cstml

Compare system_r vs language-cstml and see what are their differences.

system_r

system_r is a simply-typed lambda calculus with parametric polymorphism, written in Rust with minimal dependencies; Originally forked from lazear/types-and-programming-languages, it hosts further enhancements to make it suitable for wider use (by olsonjeffery)
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
system_r language-cstml
1 1
1 0
- -
8.7 7.7
about 2 months ago 6 days ago
Rust JavaScript
GNU General Public License v3.0 or later MIT License
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.

system_r

Posts with mentions or reviews of system_r. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-29.
  • The Essence of Compiling with Continuations (1993) [pdf]
    2 projects | news.ycombinator.com | 29 Apr 2024
    I work on an open source system-f level lambda calculus named System R (https://github.com/olsonjeffery/system_r).

    I’m interested in this because I’m writing this LC dialect as a deliberate, extensible IR with a targeted “bottom-dialect” (a System F, if you will) that can be translated to any number of lower representations.

    My goal is use it as an extensible dialect that can be built up to any arbitrarily complex dialect of LC (Calculus of Constructions, Algebraic Effects, etc). Those “higher dialects” themselves can be targets for some “front end” language that’s palatable to end-programmers.

    There’s a lot of thoughtful insights here in this paper, namely the idea of “combining steps” to optimize/remove IRs. This also corresponds to the same practices in eg Koka (which goes straight to C or wasm/js; heck maybe they cite this paper?)

    I personally reflect on this because I think an extensible IR is just a stop-gap to an optimized process, allowing you to “grow” the language semantics you want, but ultimately you’ll have to rewrite bc of perf. This happened with rustc, as well.

    Thanks for sharing!

language-cstml

Posts with mentions or reviews of language-cstml. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-29.