ljedrz / lambda_calculusLinks
A simple, zero-dependency implementation of the untyped lambda calculus in Safe Rust
☆131Updated 3 weeks ago
Alternatives and similar repositories for lambda_calculus
Users that are interested in lambda_calculus are comparing it to the libraries listed below
Sorting:
- A Hindley-Milner polymorphic typing system☆59Updated last year
- Session Type EDSL for Rust☆103Updated 3 years ago
- A pure functional language for type-level programming in Rust☆336Updated 2 years ago
- Wadler-style pretty-printing combinators in Rust☆168Updated last week
- A Language with Dependent Data and Codata Types☆121Updated last week
- The essence of Rust.☆127Updated 3 years ago
- Dependently-typed lambda calculus, Mini-TT, extended and implemented in Rust☆119Updated 5 years ago
- experimental datalog rules for a next gen polonius☆19Updated 3 years ago
- Provides a Refl encoding in Rust☆68Updated 2 years ago
- Normalization by evaluation for Martin-Löf Type Theory with dependent records☆98Updated 3 years ago
- Macros have types!☆131Updated 2 years ago
- A Rust/WASM implementation of homotopy.io☆106Updated last week
- Dependently-typed row-polymorphic programming language, evolved from minitt-rs☆99Updated 5 years ago
- ☆22Updated 3 years ago
- A macro for defining type operators in Rust.☆65Updated 8 years ago
- A research project in path semantics, a re-interpretation of functions for expressing mathematics☆173Updated this week
- Implementation of "Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism"☆117Updated 6 years ago
- A dependent type system built entirely in Rust's trait system (WIP).☆25Updated 6 years ago
- Pure functional programming with whole-program mutability inference☆75Updated 2 months ago
- Functional lens library for Rust