An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with lisp-interpreter

A curated list of projects in awesome lists tagged with lisp-interpreter .

https://github.com/santinic/pampy

Pampy: The Pattern Matching for Python you always dreamed of.

functional lisp-interpreter pattern-matching python python3

Last synced: 14 May 2025

https://github.com/baku89/glisp

Glisp is a Lisp-based design tool that combines generative approaches with traditional design methods, empowering artists to discover new forms of expression.

computational-art creative-coding design generative-art graphics lisp lisp-interpreter

Last synced: 07 Apr 2025

https://github.com/Robert-van-Engelen/tinylisp

Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use.

lisp lisp-interpreter pc-g850 tiny

Last synced: 05 Apr 2025

https://github.com/robert-van-engelen/tinylisp

Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use.

lisp lisp-interpreter pc-g850 tiny

Last synced: 04 Apr 2025

https://github.com/marcpaq/arpilisp

A Lisp interpreter for Raspberry Pi implemented in a single ARM assembly file

assembly lisp-interpreter raspberry-pi

Last synced: 05 Apr 2025

https://github.com/yesco/esp-lisp

Beta: A small fast lisp interpeter for a ESP8266 as alternative to lua on the nodemcu.

esp-lisp esp8266 lisp lisp-interpreter nodemcu tail-recursion

Last synced: 27 Apr 2025

https://github.com/fragglet/yoctolisp

Tiny Scheme-like Lisp interpreter written in a weekend

c lisp lisp-interpreter timebox

Last synced: 10 Apr 2025

https://github.com/woodrush/lambdalisp

A Lisp interpreter written in untyped lambda calculus

interpreter lambda-calculus lisp lisp-interpreter repl

Last synced: 22 Mar 2025

https://github.com/windfarer/mal-zh

The Make-A-Lisp Process 中文翻译,如何写一个Lisp解释器

chinese-translation guide lisp lisp-interpreter simplified-chinese translation

Last synced: 03 Apr 2025

https://github.com/Windfarer/mal-zh

The Make-A-Lisp Process 中文翻译,如何写一个Lisp解释器

chinese-translation guide lisp lisp-interpreter simplified-chinese translation

Last synced: 26 Nov 2024

https://github.com/ksco/BuildYourOwnLispCn

Build Your Own Lisp 中文版

c lisp-interpreter programming-language

Last synced: 07 May 2025

https://github.com/lauryndbrown/Cisp

A Common Lisp Interpreter Built in COBOL

cobol cobol-programs gnu-cobol lisp lisp-interpreter

Last synced: 20 Mar 2025

https://github.com/mattn/golisp

Lisp Interpreter

golang lisp lisp-interpreter

Last synced: 14 Apr 2025

https://github.com/lice-lang/lice

A multi-paradigm programming language running on JVM

interpreter jvm kotlin language lice lisp lisp-dialect lisp-interpreter programming-language

Last synced: 22 Apr 2025

https://github.com/cesquivias/mumbler

My experimental programming language using Truffle

graalvm lisp-interpreter truffle

Last synced: 17 Apr 2025

https://github.com/Robert-van-Engelen/lisp

A mini Lisp in 1k lines of C with garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail recursion, exceptions, execution tracing, file loading, a mark-sweep/compacting garbage collector and REPL.

c cpp garbage-collection lisp lisp-interpreter mark-and-compact mark-and-sweep

Last synced: 20 Nov 2024

https://github.com/robert-van-engelen/lisp

A mini Lisp in 1k lines of C with garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail recursion, exceptions, execution tracing, file loading, a mark-sweep/compacting garbage collector and REPL.

c cpp garbage-collection lisp lisp-interpreter mark-and-compact mark-and-sweep

Last synced: 11 Apr 2025

https://github.com/hmgle/yascm

Yet Another Scheme Interpreter using flex and bison

bison flex lisp-interpreter scheme-interpreter

Last synced: 05 May 2025

https://github.com/hawkw/seax

A VM-based runtime environment for functional programming languages

interpreter lisp lisp-interpreter rust secd virtual-machine

Last synced: 16 Mar 2025

https://github.com/linkdd/lispers

Educational project: How to implement a Lisp interpreter in Rust?

interpreter lisp lisp-interpreter programming-language rust

Last synced: 04 Apr 2025

https://github.com/shellyln/liyad

Liyad (Lisp yet another DSL interpreter) is very small Lisp interpreter written in JavaScript.

dsl dsl-interpreter javascript jsx lisp lisp-in-javascript lisp-interpreter lsx s-expression typescript

Last synced: 13 Apr 2025

https://github.com/Robert-van-Engelen/lisp-cheney

A mini Lisp in 1k lines of C with Cheney's copying garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail recursion, exceptions, execution tracing, file loading, a copying garbage collector and REPL.

c cheney-garbage-collection garbage-collection lisp lisp-interpreter

Last synced: 20 Nov 2024

https://github.com/robert-van-engelen/lisp-cheney

A mini Lisp in 1k lines of C with Cheney's copying garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail recursion, exceptions, execution tracing, file loading, a copying garbage collector and REPL.

c cheney-garbage-collection garbage-collection lisp lisp-interpreter

Last synced: 11 Apr 2025

https://github.com/brentseidel/ada-lisp

Tiny Lisp Interpreter Written in Ada

ada latex-document lisp lisp-dialect lisp-interpreter

Last synced: 14 Feb 2025

https://github.com/masak/bel

An interpreter for Bel, Paul Graham's Lisp language

interpreter lisp lisp-dialect lisp-interpreter macros

Last synced: 15 Mar 2025

https://github.com/Siapran/parens-8

a tiny lisp for pico-8

lisp lisp-interpreter parens-8 pico-8

Last synced: 01 Apr 2025

https://github.com/vladar4/lisnim

Lisp interpreter in Nim

lisp-interpreter nim

Last synced: 09 Apr 2025

https://github.com/birchb1024/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.

functional-programming java lisp-interpreter scheme-interpreter semantic-web

Last synced: 06 Apr 2025

https://github.com/d-tsuji/gosdlisp

Mini lisp interpreter written in Go.

go golang interpreter lisp lisp-interpreter mini-lisp

Last synced: 25 Nov 2024

https://github.com/aiya000/hs-zuramaru

Lisp方言ずら〜。え!? これを使えばQuasiQuotesでコンパイル時Lispが書けるずら!?

haskell lisp lisp-interpreter lisp-processor

Last synced: 09 May 2025

https://github.com/varjagg/zxlispvm

A Lisp bytecode interpreter for ZX-Spectrum

bytecode bytecode-interpreter lisp-interpreter z80 z80asm zx-spectrum

Last synced: 12 Mar 2025

https://github.com/hawkw/seax_svm

Seax Virtual Machine

lisp-interpreter rust secd virtual-machine

Last synced: 17 Mar 2025

https://github.com/wmedrano/fizz

Lispy interpreter for Zig

lisp lisp-interpreter zig ziglang

Last synced: 12 Apr 2025

https://github.com/howerj/liblisp

liblisp; a lisp interpreter that can be used as a library written in c99

c interpreter lisp lisp-dialect lisp-interpreter

Last synced: 11 May 2025

https://github.com/memowe/perlisp

A simple Lisp interpreter, written in Perl

currying interpreter lisp-interpreter perl repl

Last synced: 22 Apr 2025

https://github.com/spy16/slang

Slang (short for Sabre Lang) is a tiny LISP dialect built using Sabre

golang lisp lisp-interpreter sabre

Last synced: 01 Jan 2025

https://github.com/hymkor/gmnlisp

The interpreter of ISLisp written in Go

go golang islisp lisp lisp-interpreter

Last synced: 17 Jun 2025

https://github.com/john-z-yang/lisp

Lisp bytecode compiler/interpreter

compiler cpp interpreter lisp lisp-interpreter

Last synced: 23 Mar 2025

https://github.com/inexorabletash/jisp

Minimal Lisp interpreter in JavaScript

lisp-interpreter

Last synced: 29 Apr 2025

https://github.com/tsavola/lep

Mini language for embedding interactive consoles into Rust programs

command-line-interface lisp-interpreter rust

Last synced: 13 May 2025

https://github.com/danthelion/selyp

A Lisp interpreter implemented in C.

c c99 lisp lisp-dialect lisp-interpreter

Last synced: 11 May 2025

https://github.com/picasso250/lisp-go

Lisp interpreter in Go-lang

lisp-interpreter

Last synced: 10 Apr 2025

https://github.com/issadarkthing/x-lisp

Lisp interpreter written in Deno

deno language lisp lisp-interpreter parenthesis typescript

Last synced: 09 May 2025

https://github.com/kraks/lisp.js

A tiny lisp interpreter in JavaScript.

javascript lisp lisp-interpreter tiny

Last synced: 10 Feb 2025

https://github.com/twolodzko/gosch

Minimal Scheme implemented in Go

go lisp lisp-interpreter programming-language scheme

Last synced: 19 Mar 2025

https://github.com/matsubara0507/dlisp

Pure Lisp on D Language

dlang lisp-interpreter

Last synced: 28 Mar 2025

https://github.com/ktnlvr/smollisp

:banana::seedling::package: a smol, header only, easily embeddable and ANSI C compatablelisp interpreter with some extra fluff.

ansi ansi-c c11 c89 c99 embeddable embeddable-scripting-language header-only header-only-library headeronly language library lisp lisp-dialect lisp-interpreter pet-project scripting-engine scripting-language wip wip-do-not-use

Last synced: 16 May 2025

https://github.com/xxrjun/mini-lisp-interpreter

✨ Crafting a Mini-LISP Interpreter

compilers lex lisp lisp-interpreter ncu yacc

Last synced: 04 Mar 2025

https://github.com/poppingtonic/chaitin-ait

Implementation of Chaitin's Lisp from 1995's The Limits of Mathematics -- Tutorial Version https://arxiv.org/abs/chao-dyn/9509010

c chaitin information-theory lisp-interpreter

Last synced: 22 Mar 2025

https://github.com/ibelieve/rasp

:rocket: Rasp - Toy Lisp language in Rust

lisp lisp-dialect lisp-interpreter programming-language rust

Last synced: 05 Apr 2025

https://github.com/demonstrandum/lispy

LISP Interpreter in Python 😣 — LIS(PY)

lisp lisp-interpreter python

Last synced: 14 Apr 2025

https://github.com/pepplejoshua/nala

An Interpreter/Compiler project written in Go (to learn Go) to support 2 languages: Nala and Ellisp

bytecode compiler go interpreter lisp lisp-interpreter nala programming-language scripting-languages vm

Last synced: 07 May 2025

https://github.com/scriptnull/yali

Embed Lisp Everywhere! :dragon_face:

abstract-syntax-tree lisp lisp-dialect lisp-interpreter

Last synced: 26 Mar 2025

https://github.com/forloveofcats/lispy

Crappy little lisp built for fun

lisp lisp-interpreter python

Last synced: 20 Mar 2025

https://github.com/phenax/aether

Another one of those lisp interpreters

haskell lisp-interpreter programming-language scheme-interpreter

Last synced: 21 Mar 2025

https://github.com/twolodzko/luali

Minimal Scheme interpreter in Lua

lisp lisp-interpreter lua scheme scheme-interpreter

Last synced: 08 Apr 2025

https://github.com/twolodzko/hasch

Minimal Scheme implemented in Haskell

haskell lisp lisp-interpreter scheme scheme-interpreter

Last synced: 08 Apr 2025

https://github.com/8dcc/sl

Simple Lisp interpreter

evaluator interpreter lisp lisp-interpreter parser simple

Last synced: 24 Apr 2025

https://github.com/rameshvarun/dumblisp

A lisp interpreter written in pure C.

lisp lisp-interpreter programming-language

Last synced: 07 Apr 2025

https://github.com/twolodzko/rusch

Minimal Scheme implemented in Rust

lisp lisp-interpreter rust rust-lang scheme scheme-interpreter

Last synced: 04 Apr 2025

https://github.com/brentseidel/ada-lisp-embedded

Extensions to the Tiny Lisp language for embedded applications

ada lisp lisp-dialect lisp-interpreter

Last synced: 13 Mar 2025

https://github.com/pysrc/make_lisp

用go语言实现的简单的Lisp解析器

easy-to-use golang lisp lisp-interpreter

Last synced: 30 Mar 2025

https://github.com/mpenick/snap

A weird Clojure-ish lisp written in C

bytecode clojure garbage-collection lisp-interpreter scheme-interpreter

Last synced: 06 Mar 2025

https://github.com/renatoalencar/lisper

A very simple implementation of Lisp built in Python

interpreter lecture lisp lisp-interpreter python

Last synced: 19 Feb 2025

https://github.com/shivaprsd/slip

[ my own little implementation of Lisp . grown ground-up from McCarthy's original paper ]

learn-by-building lisp lisp-interpreter

Last synced: 17 Mar 2025

https://github.com/karttu/St.-Vitus-Lisp

My very compact Lisp-interpreter for MS-DOS, the last build done February 21, 1992 !

assembly-x86 compact language-analysis lisp-dialect lisp-interpreter ms-dos

Last synced: 11 May 2025

https://github.com/pavi2410/replisp

A mini Lisp-like interpreted language,

c interpreter lisp lisp-interpreter native programming-language repl

Last synced: 22 Mar 2025

https://github.com/ivangael/go-lispinterpreter

Simple implementation of lisp interpreter in Go

go golang lisp lisp-interpreter

Last synced: 09 Jan 2025

https://github.com/leizongmin/gpt-lisp

GPT-Lisp is a simple Lisp interpreter implemented with the help of Claude, Anthropic's Constitutional AI assistant. Claude guided me through the process of designing, implementing, and testing the interpreter using C.

ai claude claude-ai gpt gpt-4 lisp lisp-interpreter

Last synced: 05 Apr 2025

https://github.com/alex-quiterio/ttinylisp

A lightweight implementation of a Lisp interpreter

lisp-interpreter

Last synced: 13 Mar 2025

https://github.com/delonnewman/kigo

Ruby is already pretty lispy let's take it the rest of the way.

lisp lisp-compiler lisp-dialect lisp-interpreter ruby

Last synced: 29 Mar 2025

https://github.com/hugcis/rusp

A Lisp written in Rust

lisp-interpreter rust rust-lang

Last synced: 19 Feb 2025

https://github.com/eignnx/misp

An M-expression-based Lisp descendant implemented on top of Python3.6 and SLY

lisp-interpreter m-expression python3 scheme-interpreter

Last synced: 15 Mar 2025

https://github.com/krzysztof-magosa/lisper-swift

LISP dialect implemented in Swift

lisp lisp-dialect lisp-interpreter

Last synced: 15 Jun 2025

https://github.com/kolharsam/lisp-y

A Clojure Interpreter written in JS

clojure js lisp-interpreter repl

Last synced: 15 Jun 2025

https://github.com/twolodzko/schemero

Minimal Scheme implementation in Erlang/OTP

erlang erlang-otp lisp lisp-interpreter scheme scheme-interpreter

Last synced: 08 Apr 2025

https://github.com/twolodzko/gol

Simple LISP implemented in Go

go lisp lisp-interpreter

Last synced: 08 Apr 2025