ergawy / types-and-programming-languages
C++ Implementations of programming languages and type systems studied in "Types and Programming Languages" by Benjamin C. Pierce..
☆34Updated 4 years ago
Alternatives and similar repositories for types-and-programming-languages
Users that are interested in types-and-programming-languages are comparing it to the libraries listed below
Sorting:
- A website for the #proglangdesign community on freenode☆108Updated 3 weeks ago
- Experiments about intermediate representations in compilers☆25Updated 12 years ago
- A dependent type theory with user defined data types☆46Updated 3 years ago
- A system to amalgamate any features you want into any language you need☆26Updated 2 years ago
- A programming language somewhat resembling cellular processes.☆34Updated 3 years ago
- ☆90Updated 3 years ago
- Hindley Milner Type Inference in Rust☆12Updated 7 years ago
- Following [An Incremental Approach to Compiler Construction](http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf)☆62Updated 3 years ago
- Simple conservative GC using mimalloc☆40Updated 2 years ago
- Compiler for the bJou programming language☆28Updated 4 years ago
- Dependently typed programming language written in Haskell☆22Updated 3 years ago
- A simple prolog implementation in Rust☆26Updated 4 years ago
- A WIP little dependently-typed systems language☆41Updated 9 months ago
- Oversimplified version of Simple-sub: without recursive types, without nested let polymorphism, and with approximated type-variable-to-ty…☆26Updated 2 years ago
- a self-hosting lambda calculus compiler☆35Updated last month
- JIT compiler for Scheme targeting x86-64 platforms☆30Updated 6 years ago
- A compiler from a small functional language to C. Especially features algebraic effects and handlers with multishot continuations, and a …☆90Updated 6 years ago
- the Dependent Unboxed higher-oRder Intermediate Notation☆14Updated 3 years ago
- Emerald is an object oriented language that uses prototypal based inheritance.☆22Updated 3 years ago
- SKI combinators☆54Updated 7 years ago
- Hindley-Milner Type Inference implemented in (although not for) Python.☆94Updated 3 years ago
- The Curly programming language (now in Rust!)☆29Updated 3 years ago
- Fairly readable homoiconic language with primarily value (non-referential) semantics that balances the programmer's productivity with sca…☆63Updated 11 months ago
- Scheme on SECD☆42Updated 4 years ago
- Implementing the type system described in the paper "Complete and Easy Bidirectional Type Inference" in Rust☆46Updated 8 years ago
- Sinister's Scheme Compiler!☆24Updated 2 years ago
- Like the Programming Languages Zoo but with esoteric languages.☆25Updated 4 years ago
- Codebase for the paper "MLstruct: Principal Type Inference in a Boolean Algebra of Structural Types"☆39Updated 5 months ago
- A minimal implementation of Hindley-Milner's Algorithm J in OCaml☆63Updated 3 years ago
- A small example of a source->source pattern matching to decision tree compiler☆14Updated 4 years ago