stereobooster / write-you-a-programming-languageLinks
List of small programming languages that you can implement in a relatively small amount of time for educational purposes.
☆109Updated 4 years ago
Alternatives and similar repositories for write-you-a-programming-language
Users that are interested in write-you-a-programming-language are comparing it to the libraries listed below
Sorting:
- A website for the #proglangdesign community on freenode☆108Updated 2 months ago
- A toy programming language based on Lisp and built in Rust & LLVM☆43Updated 4 years ago
- The Antimony programming language☆154Updated last week
- A toy programming language.☆40Updated last year
- Goal: A safe, tiny, flexible, fast compiling, semi-fast running, data-friendly, functional-first language☆96Updated 2 weeks ago
- Implement a Lisp, in C, from scratch, no libs☆81Updated 3 years ago
- A human readable quasi-concatenative programming language☆256Updated 4 months ago
- Fast and flexible language exploring partial evaluation, context-sensitive parsing, and metaprogramming. Compiles JIT or AOT to native co…☆123Updated 3 years ago
- ⚗️ Self-hosting compiler from a Haskell-like Lisp directly to x86-64, from scratch.☆159Updated 2 years ago
- An insanely simple self-hosted functional programming language☆156Updated 5 years ago
- The Silk Programming Language☆79Updated 4 years ago
- Orion is a high level, purely functional programming language with a LISP based syntax.☆238Updated 2 years ago
- General-purpose, compiled programming language, focused on productivity, expressiveness and joy of programming™☆43Updated 2 years ago
- moved to https://codeberg.org/core-lang/core☆52Updated 4 months ago
- Writing a Scheme to x86 compiler by following Abdulaziz Ghuloum's "An Incremental Approach to Compiler Construction"☆72Updated 5 years ago
- 🧙♂️A small programming language with static typing and native compilation, selfhosted☆43Updated this week
- The Knight Programming Language☆72Updated 3 weeks ago
- A series of down-to-earth articles on implementing type inference☆156Updated 5 years ago
- Calypso is a mostly imperative language with some functional influences that is focused on flexibility and simplicity.☆67Updated last year
- ☆92Updated this week
- The Egel Programming Language☆84Updated last month
- ☆26Updated last year
- A garden of small programming language implementations 🪴☆268Updated this week
- Bootstrap compiler for Firefly☆55Updated this week
- Python implementation of locks, which is an imperative, dynamically typed, procedure oriented scripting language based on the lox program…