amirgamil / lispyLinks
A Lisp-dialect written in Go featuring a library written in itself, a REPL, tail-optimized recursion, macros, and a meta-circular interpreter.
☆22Updated 4 years ago
Alternatives and similar repositories for lispy
Users that are interested in lispy are comparing it to the libraries listed below
Sorting:
- Fairly readable homoiconic language with primarily value (non-referential) semantics that balances the programmer's productivity with sca…☆64Updated last year
- A simple incomplete Scheme-to-C compiler☆68Updated 2 weeks ago
- A toy programming language.☆40Updated last year
- Mal (Make A Lisp) Compiler in C☆52Updated 4 years ago
- Following [An Incremental Approach to Compiler Construction](http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf)☆64Updated this week
- ⚗️ Self-hosting compiler from a Haskell-like Lisp directly to x86-64, from scratch.☆159Updated 3 years ago
- An APL interpreter written in JavaScript. Runs in a browser or NodeJS.☆57Updated last year
- A #lang implementation of Lua 5.4 for Racket.☆56Updated 2 months ago
- An embeddable Scheme R7 Compiler & Runtime written in Rust☆105Updated 2 months ago
- BQN virtual machine☆31Updated last year
- Minimal operating system for x86 intended as a basis for benchmarking and running Gambit☆91Updated 4 years ago
- Io, the language, in Go, the language☆83Updated 2 years ago
- A general purpose statically-typed concatenative programming language.☆54Updated 2 years ago
- The package manager for Io.☆27Updated 4 years ago
- Stack oriented language with many APL-like features.☆34Updated 2 years ago
- A lisp dialect based on pattern matching and term rewriting☆84Updated 9 months ago
- ☆32Updated last year
- Manfred von Thun's Programming Language Joy☆93Updated 6 months ago
- This is a read-only mirror of the Fossil repository, made available via Git for your convenience.☆102Updated this week
- A small, weird and unpractical programming language.☆103Updated this week
- An implementation of the Lox language in Racket.☆34Updated last year
- An R7RS Scheme implemented in WebAssembly☆179Updated 2 years ago
- Simple array language written in kotlin☆47Updated 2 years ago
- My Advent of Code solutions