prolog-to-minizinc
A Prolog-to-MiniZinc translator (by jarble)
gerty
A small implementation of graded modal dependent type theory. A younger cousin to Granule. (by granule-project)
prolog-to-minizinc | gerty | |
---|---|---|
1 | 3 | |
5 | 56 | |
- | - | |
0.0 | 2.5 | |
about 5 years ago | 11 months ago | |
Prolog | Haskell | |
MIT 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.
prolog-to-minizinc
Posts with mentions or reviews of prolog-to-minizinc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-12.
-
What are some cool/wierd features of a programming language you know?
Prolog is a homoiconic language with built-in unification and backtracking. These features are remarkably useful for metaprogramming: I once wrote an interpreter for a functional programming language in less than 80 lines of Prolog code.
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 prolog-to-minizinc and gerty you can also consider the following projects:
langs
granule - A statically-typed linear functional language with graded modal types for fine-grained program reasoning
frank - Frank compiler
jellylanguage - Jelly is a recreational programming language inspired by J.