vineeths96 / Persistent-Data-StructuresLinks
In this repository, we deal with the task of implementing a small library of persistent data structures in C. A persistent data structure is a data structure that always preserves the previous version of itself when it is modified. They are effectively immutable.
☆14Updated 4 years ago
Alternatives and similar repositories for Persistent-Data-Structures
Users that are interested in Persistent-Data-Structures are comparing it to the libraries listed below
Sorting:
- Scheme R7RS frontend for LLVM☆69Updated 8 years ago
- RRB-tree implemented as a library in C.☆175Updated 11 years ago
- s7 Scheme☆58Updated 6 years ago
- MIRROR of https://codeberg.org/catseye/minischeme : Cat's Eye Technologies' fork of the original public-domain Mini-Scheme implementation…☆73Updated 7 years ago
- Joel Bartlett's fabled Scheme->C system☆83Updated 5 years ago
- JIT compiler for Scheme targeting x86-64 platforms☆32Updated 6 years ago
- A programming language with first-class modules and algebraic effects.☆14Updated 3 years ago
- Simple conservative GC using mimalloc☆41Updated 3 years ago
- Mal (Make A Lisp) compiler☆125Updated last year
- Irken is a statically typed variant of Scheme. Or a lisp-like variant of ML.☆214Updated 3 years ago
- Mal (Make A Lisp) Compiler in C☆53Updated 5 years ago
- A Lisp-like language implemented in C++☆76Updated 3 years ago
- Implementation of Pratt parser in C++11☆26Updated 10 years ago
- Foment is an implementation of R7RS Scheme.☆70Updated 3 years ago
- A C implementation of the Shen programming language☆70Updated 4 years ago
- An implementation of the Lox language in Racket.☆37Updated 2 years ago
- Following [An Incremental Approach to Compiler Construction](http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf)☆70Updated 2 months ago
- Port of the 'MIT Scmutils' library to Chez Scheme.☆40Updated last year
- Metaprogramming framework for .net☆92Updated 6 years ago
- ☆88Updated 5 years ago
- Functional programming language for JVM.☆252Updated last month
- Nanopass scheme compiler in scheme for x86☆68Updated 9 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- Implementation of Scheme programming language in assembly☆25Updated 8 years ago
- Monads for scheme☆30Updated last year
- A meta tracing JIT for x86 and interpreters written in C/C++☆36Updated 9 years ago
- Small Fast S-Expression Library☆86Updated last year
- A Simple Lisp Implementation in C. Based on Leo Howell's [Building LISP](http://www.lwh.jp/lisp/index.html) with bug fixes and enhancemen…☆40Updated 11 years ago
- A fast implementation of miniKanren with disequality and absento, compatible with Racket and Chez.☆17Updated 8 years ago
- single file scheme interpreter with tail call optimization☆82Updated 6 years ago