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 |
---|---|---|
rmolives/hime | An interpreter for a Lisp dialect running on the JVM platform. | 9 |
masak/bel | An interpreter for Bel, a Lisp-like language with a focus on completeness and metacircular foundations. | 27 |
cofinalsubnets/wisp | A Haskell-based interpreted Lisp language with features like lexical closures and continuations, designed to be easily embedded in other programs. | 115 |
kanaka/mal | A Lisp interpreter designed as a learning tool, implemented in multiple programming languages and runtime modes | 10,119 |
mthom/shentong | An implementation of a modern Lisp family programming language | 163 |
jsloop42/dreamlisp | An Objective-C implementation of a Lisp interpreter with immutable data structures and an unhygienic macro system. | 8 |
svenssonjoel/lispbm | An interpreter for a concurrent Lisp programming language designed for microcontrollers. | 92 |
robert-van-engelen/tinylisp | A compact C implementation of Lisp with 20 built-in primitives and a REPL. | 858 |
chr1st0scli/rainlisp | A .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems. | 34 |
naver/lispe | An implementation of a full-fledged Lisp interpreter with various features such as data structures, pattern programming, and high-level functions | 371 |
burtonsamograd/sigil | A compiler and REPL for a Lisp dialect used in web development | 26 |
digikar99/py4cl2 | A Common Lisp library for executing Python code and integrating it with existing Lisp systems. | 42 |
maryrosecook/littlelisp | A JavaScript implementation of a minimal Lisp interpreter supporting basic data structures and control flow. | 608 |
rui314/minilisp | A minimalistic Lisp interpreter in C | 1,488 |
terenceng03/mueval | A Haskell interpreter designed to evaluate pure functions securely and efficiently in a sandboxed environment. | 76 |