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.
257 stars
29 watching
23 forks
Language: C
last commit: over 6 years ago
Linked from 1 awesome list
esp-lispesp8266lisplisp-interpreternodemcutail-recursion
Related projects:
Repository | Description | Stars |
---|---|---|
| A compact C implementation of Lisp with 20 built-in primitives and a REPL. | 861 |
| A basic programming language and interpreter for microcontrollers like the ESP8266 | 259 |
| An interpreter for a concurrent Lisp programming language designed for microcontrollers. | 92 |
| A JavaScript implementation of a minimal Lisp interpreter supporting basic data structures and control flow. | 608 |
| An Objective-C implementation of a Lisp interpreter with immutable data structures and an unhygienic macro system. | 8 |
| A Haskell-based interpreted Lisp language with features like lexical closures and continuations, designed to be easily embedded in other programs. | 115 |
| A minimalistic Lisp interpreter in C | 1,490 |
| A .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems. | 34 |
| A Common Lisp library for embedding and executing SQL statements | 68 |
| A tool to convert Lisp code to C, enabling developers to leverage the expressiveness of Lisp with the performance of C. | 538 |
| A tiny Lisp compiler for pico-8 carts with Lua semantics and interoperability | 24 |
| An interpreter for Bel, a Lisp-like language with a focus on completeness and metacircular foundations. | 27 |
| A TCP networking library for ESP8266 microcontrollers, providing an asynchronous framework for building networked applications. | 763 |
| An implementation of a full-fledged Lisp interpreter with various features such as data structures, pattern programming, and high-level functions | 371 |
| An implementation of a modern Lisp family programming language | 163 |