granule
A statically-typed linear functional language with graded modal types for fine-grained program reasoning (by granule-project)
gerty
A small implementation of graded modal dependent type theory. A younger cousin to Granule. (by granule-project)
granule | gerty | |
---|---|---|
4 | 3 | |
610 | 58 | |
1.0% | - | |
4.2 | 2.5 | |
25 days ago | about 1 year ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 or later |
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.
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.
granule
Posts with mentions or reviews of granule.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-29.
- Functional Ownership Through Fractional Uniqueness
-
Rust vs. Haskell
I believe both Gerty and Granule are implemented in Haskell and are the only implementations of GRTT.
-
What are some cool/wierd features of a programming language you know?
Granule and the related Gerty languages feature graded modal types which afaiu can be used similar to linear types to specify the number of times a resource should be consumed in a function, which, unlike linear types, may be a variable amount instead of only exactly once.
gerty
Posts with mentions or reviews of gerty.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-14.
-
Rust vs. Haskell
I believe both Gerty and Granule are implemented in Haskell and are the only implementations of GRTT.
-
What are some cool/wierd features of a programming language you know?
Granule and the related Gerty languages feature graded modal types which afaiu can be used similar to linear types to specify the number of times a resource should be consumed in a function, which, unlike linear types, may be a variable amount instead of only exactly once.
-
Graded Modal Dependent Type Theory (ESOP 2021)
This is exciting work from the Granule team! You can find Gerty on Github, and their paper, “Graded Modal Dependent Type Theory” on arXiv.
What are some alternatives?
When comparing granule and gerty you can also consider the following projects:
prolog-to-minizinc - A Prolog-to-MiniZinc translator
frank - Frank compiler
jellylanguage - Jelly is a recreational programming language inspired by J.
ponyc - Pony is an open-source, actor-model, capabilities-secure, high performance programming language