malbolge-lisp
Lisp interpreter
An interpreter written in Malbolge that supports Lisp-like programming with advanced features and instructions.
A lightweight (350MB) Lisp interpreter in Malbolge Unshackled, often dubbed the hardest turing complete programming language.
493 stars
8 watching
10 forks
Language: TeX
last commit: over 1 year ago
Linked from 1 awesome list
esotericlispmalbolgeprogramming-language
Related projects:
Repository | Description | Stars |
---|---|---|
| An interpreter for a Lisp dialect running on the JVM platform. | 9 |
| An interpreter for Bel, a Lisp-like language with a focus on completeness and metacircular foundations. | 27 |
| A Haskell-based interpreted Lisp language with features like lexical closures and continuations, designed to be easily embedded in other programs. | 115 |
| A Lisp interpreter designed as a learning tool, implemented in multiple programming languages and runtime modes | 10,119 |
| An implementation of a modern Lisp family programming language | 163 |
| An Objective-C implementation of a Lisp interpreter with immutable data structures and an unhygienic macro system. | 8 |
| An interpreter for a concurrent Lisp programming language designed for microcontrollers. | 92 |
| A compact C implementation of Lisp with 20 built-in primitives and a REPL. | 861 |
| A .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems. | 34 |
| An implementation of a full-fledged Lisp interpreter with various features such as data structures, pattern programming, and high-level functions | 371 |
| A compiler and REPL for a Lisp dialect used in web development | 26 |
| A Common Lisp library for executing Python code and integrating it with existing Lisp systems. | 42 |
| A JavaScript implementation of a minimal Lisp interpreter supporting basic data structures and control flow. | 608 |
| A minimalistic Lisp interpreter in C | 1,490 |
| A Haskell interpreter designed to evaluate pure functions securely and efficiently in a sandboxed environment. | 76 |