munificent / bulfinchLinks
Just a little toy language to learn about register-based VMs.
☆22Updated 13 years ago
Alternatives and similar repositories for bulfinch
Users that are interested in bulfinch are comparing it to the libraries listed below
Sorting:
- The Lark programming language.☆58Updated 15 years ago
- Imp is a statically typed and compiled scripting language with the goal of increasing programmer confidence.☆12Updated 3 years ago
- Fairly readable homoiconic language with primarily value (non-referential) semantics that balances the programmer's productivity with sca…☆64Updated this week
- Freeputer ( ) [ ] { } forever free☆40Updated 7 years ago
- An exercise in programming language design and implementation.☆19Updated 4 years ago
- A toy programming language.☆41Updated last year
- ☆18Updated 6 years ago
- An experimental language with compile time bounds checking☆14Updated 6 years ago
- Low-level hobby programming language that compiles to 16-bit x86 assembly.☆40Updated 10 years ago
- Manfred von Thun's Programming Language Joy☆16Updated 10 months ago
- Self-hosting compiler for the Grace programming language☆41Updated last year
- A meta-circular interpreter of a subset of Scheme☆15Updated 5 years ago
- Tiny scheme implementation written in c++17☆31Updated 6 years ago
- b4 : a tiny forth-like virtual machine☆40Updated last week
- SOM - Simple Object Machine (plain Java implementation)☆19Updated 3 months ago
- squint - Rob Pike's Newsqueak interpreter for Unix☆43Updated 13 years ago
- CSOM - C implementation of the Simple Object Machine Smalltalk☆38Updated 4 years ago
- A simple implementation of the LISP2 mark-compact GC algorithm☆43Updated 11 years ago
- A small Lisp dialect that serves me as a test bed for programming language features.☆14Updated last year
- single file scheme interpreter with tail call optimization☆82Updated 6 years ago
- eevo - simple yet expressive high-level scripting language (formerly known as tisp)☆27Updated 2 weeks ago
- My second Lisp interpreter (bytecode compiler and interpreter) written in GNU C