typelang
Language Interpreter
A tiny Lisp-like language interpreter implemented in TypeScript's type system
🌳 A tiny language interpreter implemented purely in TypeScript's type-system
296 stars
5 watching
0 forks
Language: TypeScript
last commit: about 5 years ago
Linked from 1 awesome list
compilerfunctional-programminglearningrecursiontype-systemtypescript
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | An interpreter and VM implementation for a lightweight programming language with basic data types and control structures. | 2 |
| | An interpreter for Bel, a Lisp-like language with a focus on completeness and metacircular foundations. | 27 |
| | A minimalistic Lisp interpreter in C | 1,490 |
| | A Lisp interpreter designed as a learning tool, implemented in multiple programming languages and runtime modes | 10,119 |
| | Developing a statically typed, general-purpose programming language with an optimizing compiler | 151 |
| | An interpreter for the R programming language, providing a modern alternative to GNU R. | 514 |
| | An implementation of Paul Graham's Bel language in Standard ML | 9 |
| | Refactoring the R language interpreter into an efficient VM using modern software engineering techniques. | 133 |
| | An open-source interpreter for the Lua programming language with additional features and optimizations. | 18 |
| | A minimalist language with procedural macro support | 135 |
| | An interpreted programming language with a minimalist syntax and support for classes, closures, and 2D graphics programming. | 11 |
| | An implementation of a modern Lisp family programming language | 163 |
| | An interpreter for a dynamically typed language written in Rust, aiming to create a lightweight and expressive language runtime. | 290 |
| | An interpreted multi-paradigm programming language with a simple and elegant syntax. | 50 |
| | A Haskell + Lisp compiler and runtime environment for executing multi-language code. | 206 |