All Projects → fragglet → Yoctolisp

fragglet / Yoctolisp

Licence: isc
Tiny Scheme-like Lisp interpreter written in a weekend

Programming Languages

c
50402 projects - #5 most used programming language
lisp
113 projects

Projects that are alternatives of or similar to Yoctolisp

CoCoC
C development system for (Nitr)OS9/6x09, with source
Stars: ✭ 22 (-81.2%)
Mutual labels:  lisp-interpreter
Arpilisp
A Lisp interpreter for Raspberry Pi implemented in a single ARM assembly file
Stars: ✭ 470 (+301.71%)
Mutual labels:  lisp-interpreter
Seax
A VM-based runtime environment for functional programming languages
Stars: ✭ 36 (-69.23%)
Mutual labels:  lisp-interpreter
genyris
Genyris presents a new programming paradigm. Objects can belong to multiple classes independent from construction allowing data to be classified into types after creation.
Stars: ✭ 14 (-88.03%)
Mutual labels:  lisp-interpreter
liyad
Liyad (Lisp yet another DSL interpreter) is very small Lisp interpreter written in JavaScript.
Stars: ✭ 27 (-76.92%)
Mutual labels:  lisp-interpreter
Pampy.js
Pampy.js: Pattern Matching for JavaScript
Stars: ✭ 544 (+364.96%)
Mutual labels:  lisp-interpreter
G Fu
Lisp 2 Go
Stars: ✭ 243 (+107.69%)
Mutual labels:  lisp-interpreter
Mumbler
My experimental programming language using Truffle
Stars: ✭ 100 (-14.53%)
Mutual labels:  lisp-interpreter
Pampy
Pampy: The Pattern Matching for Python you always dreamed of.
Stars: ✭ 3,419 (+2822.22%)
Mutual labels:  lisp-interpreter
Yascm
Yet Another Scheme Interpreter using flex and bison
Stars: ✭ 36 (-69.23%)
Mutual labels:  lisp-interpreter
PureLISP.sh
A Pure LISP interpreter written in shell script conformed to POSIX shell
Stars: ✭ 30 (-74.36%)
Mutual labels:  lisp-interpreter
parens
Parens is a highly flexible and embeddable LISP toolkit. 💻
Stars: ✭ 32 (-72.65%)
Mutual labels:  lisp-interpreter
Blispr
Lisp-in-progress
Stars: ✭ 27 (-76.92%)
Mutual labels:  lisp-interpreter
abap scheme
ABAP Scheme
Stars: ✭ 13 (-88.89%)
Mutual labels:  lisp-interpreter
Tox
misc parsers in rust
Stars: ✭ 40 (-65.81%)
Mutual labels:  lisp-interpreter
lispkit
FUNCTIONAL PROGRAMMING: Application and Implementation, Peter Henderson, ISBN 0-13-331579-7
Stars: ✭ 33 (-71.79%)
Mutual labels:  lisp-interpreter
Glisp
A Lisp-based Design Tool Bridging Graphic Design and Computational Arts
Stars: ✭ 519 (+343.59%)
Mutual labels:  lisp-interpreter
Golisp
Lisp Interpreter
Stars: ✭ 107 (-8.55%)
Mutual labels:  lisp-interpreter
Mal Zh
The Make-A-Lisp Process 中文翻译,如何写一个Lisp解释器
Stars: ✭ 100 (-14.53%)
Mutual labels:  lisp-interpreter
Mal
mal - Make a Lisp
Stars: ✭ 8,287 (+6982.91%)
Mutual labels:  lisp-interpreter

Yoctolisp is a Lisp interpreter written in a weekend.

Features:

  • Read-eval-print loop.
  • Lexical closures.
  • Proper garbage collection.
  • Tail call optimization.
  • Variadic function syntax.

What I didn't have time for:

  • Continuations.
  • Decent error handling
  • Everything else.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].