babybel
Lisp interpreter
Ruby implementation of a Common Lisp dialect for building interpreters and compilers
A Ruby implementation of, and toolchain for, the Bel LISP
8 stars
3 watching
0 forks
Language: Common Lisp
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
masak/bel | An interpreter for Bel, a Lisp-like language with a focus on completeness and metacircular foundations. | 27 |
niyarin/bel-sml | An implementation of Paul Graham's Bel language in Standard ML | 9 |
svenssonjoel/lispbm | An interpreter for a concurrent, functional programming language with message-passing and pattern-matching capabilities. | 90 |
robert-van-engelen/tinylisp | A compact C implementation of Lisp with 20 built-in primitives and a REPL. | 854 |
naver/lispe | An implementation of a full-fledged Lisp interpreter with various features such as data structures, pattern programming, and high-level functions | 372 |
digikar99/py4cl2 | A Common Lisp library for executing Python code and integrating it with existing Lisp systems. | 41 |
chr1st0scli/rainlisp | A .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems. | 34 |
vindarel/cl-cookieproject | A template project for creating Common Lisp applications with a standard structure and tools. | 76 |
vindarel/list-of-languages-implemented-in-lisp | Compiles information about programming languages implemented in dialects of Lisp. | 13 |
burtonsamograd/sigil | A compiler and REPL for a Lisp dialect used in web development | 26 |
cofinalsubnets/wisp | A Haskell-based interpreted Lisp language with features like lexical closures and continuations, designed to be easily embedded in other programs. | 115 |
koji-kojiro/cl-repl | A full-featured Common Lisp REPL with line editing, tab completion, debugger, and syntax highlighting. | 153 |
ruricolist/kiln | Infrastructure for scripting in Common Lisp with minimal overhead and ergonomic development tools | 43 |
rui314/minilisp | A minimalistic Lisp interpreter in C | 1,479 |
cl-babel/babel | A Common Lisp library for efficient charset encoding and decoding | 92 |