You might not need your garbage collector
☆541May 15, 2020Updated 5 years ago
Alternatives and similar repositories for micro-mitten
Users that are interested in micro-mitten are comparing it to the libraries listed below
Sorting:
- A programming language with static memory management based on λ-calculus☆1,009Jan 28, 2026Updated last month
- An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection☆252Oct 23, 2022Updated 3 years ago
- 🍺🐙 ZetZ a zymbolic verifier and tranzpiler to bare metal C☆1,599Jun 17, 2022Updated 3 years ago
- Forth for Rust's trait system☆233Jun 12, 2020Updated 5 years ago
- A friendly little systems language with first-class types. Very WIP! 🚧 🚧 🚧☆624May 16, 2021Updated 4 years ago
- Functional programming with fewer indirections☆780Aug 20, 2020Updated 5 years ago
- We all know Rust's trait system is Turing complete, so tell me, why aren't we exploiting this???☆372Jan 31, 2021Updated 5 years ago
- Cranelift code generator☆2,505Jun 26, 2020Updated 5 years ago
- An experimental columnar arena☆43Feb 8, 2026Updated 3 weeks ago
- A C compiler written in Rust, with a focus on good error messages.☆305Feb 4, 2025Updated last year
- (Toy) Compiler Infrastructure influenced by LLVM written in Rust☆403Dec 15, 2020Updated 5 years ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,772Feb 7, 2026Updated 3 weeks ago
- GRIN is a compiler back-end for lazy and strict functional languages with whole program optimization support.☆1,057Jun 13, 2025Updated 8 months ago
- A modern proof language☆3,727Jan 22, 2025Updated last year
- A portable programming language with a compact intermediate representation☆746Jan 20, 2023Updated 3 years ago
- Koka language compiler and interpreter☆3,817Updated this week
- A small extensible programming language designed for concise expression with little code.☆1,086Sep 11, 2024Updated last year
- A statically-typed linear functional language with graded modal types for fine-grained program reasoning☆703Jan 14, 2026Updated last month
- Beautiful diagnostic reporting for text-based programming languages.☆1,282Oct 22, 2025Updated 4 months ago
- A statically typed lisp, without a GC, for real-time applications.☆5,824Updated this week
- A dependently typed programming language, a successor to Idris☆900Aug 11, 2020Updated 5 years ago
- Sruth Lùbach: A toy optimization engine☆23Jun 7, 2021Updated 4 years ago
- Source code for the Mun language and runtime.☆2,111Aug 12, 2025Updated 6 months ago
- A clean, efficient parser combinator☆124Feb 15, 2022Updated 4 years ago
- DDlog is a programming language for incremental computation. It is well suited for writing programs that continuously update their output…☆1,477Jul 7, 2023Updated 2 years ago
- Modular register allocator algorithms☆105Oct 4, 2022Updated 3 years ago
- An insanely simple self-hosted functional programming language☆164Aug 2, 2019Updated 6 years ago
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,984Feb 8, 2026Updated 3 weeks ago
- Demo for high-performance type theory elaboration☆585Feb 2, 2026Updated last month
- A statically-typed functional language with generics, typeclasses, sum types, pattern-matching, first-class functions, currying, algebrai…☆1,158Mar 23, 2025Updated 11 months ago
- An implementation of differential dataflow using timely dataflow on Rust.☆2,910Feb 20, 2026Updated last week
- 🚧 (Alpha stage software) A declarative data definition language for formally specifying binary data formats. 🚧☆268Sep 6, 2023Updated 2 years ago
- Dependent type checker using normalisation by evaluation