esp-lisp

Lisp interpreter

A small, fast Lisp interpreter for the ESP8266 microcontroller

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

GitHub

257 stars
29 watching
23 forks
Language: C
last commit: about 6 years ago
Linked from 1 awesome list

esp-lispesp8266lisplisp-interpreternodemcutail-recursion

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
robert-van-engelen/tinylisp A compact C implementation of Lisp with 20 built-in primitives and a REPL. 854
esp8266/basic A basic programming language and interpreter for microcontrollers like the ESP8266 259
svenssonjoel/lispbm An interpreter for a concurrent, functional programming language with message-passing and pattern-matching capabilities. 90
maryrosecook/littlelisp A small Lisp interpreter in JavaScript that supports basic programming constructs 608
jsloop42/dreamlisp An Objective-C implementation of a Lisp interpreter with immutable data structures and an unhygienic macro system. 8
cofinalsubnets/wisp A Haskell-based interpreted Lisp language with features like lexical closures and continuations, designed to be easily embedded in other programs. 115
rui314/minilisp A minimalistic Lisp interpreter in C 1,479
chr1st0scli/rainlisp A .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems. 34
ruricolist/cl-yesql A Common Lisp library for embedding and executing SQL statements 67
eratosthenesia/lispc A tool to convert Lisp code to C, enabling developers to leverage the expressiveness of Lisp with the performance of C. 536
siapran/parens-8 A tiny Lisp compiler for pico-8 carts with Lua semantics and interoperability 23
masak/bel An interpreter for Bel, a Lisp-like language with a focus on completeness and metacircular foundations. 27
me-no-dev/espasynctcp A TCP networking library for ESP8266 microcontrollers, providing an asynchronous framework for building networked applications. 758
naver/lispe An implementation of a full-fledged Lisp interpreter with various features such as data structures, pattern programming, and high-level functions 372
mthom/shentong An implementation of a Lisp family programming language in Haskell 162