lispBM
Interpreter
An interpreter for a concurrent Lisp programming language designed for microcontrollers.
An interpreter for a concurrent lisp with message-passing and pattern-matching.
92 stars
8 watching
8 forks
Language: C
last commit: about 1 month ago chibiosconcurrencyesp32freertosfunctional-programminginterpreterlanguagelispmicrocontrollernrf52pattern-matchingprogramming-languagequasiquotationreplriscv32stm32f4zephyr
Related projects:
Repository | Description | Stars |
---|---|---|
robert-van-engelen/tinylisp | A compact C implementation of Lisp with 20 built-in primitives and a REPL. | 861 |
yesco/esp-lisp | A small, fast Lisp interpreter for the ESP8266 microcontroller | 257 |
rui314/minilisp | A minimalistic Lisp interpreter in C | 1,490 |
maryrosecook/littlelisp | A JavaScript implementation of a minimal Lisp interpreter supporting basic data structures and control flow. | 608 |
kspalaiologos/malbolge-lisp | An interpreter written in Malbolge that supports Lisp-like programming with advanced features and instructions. | 493 |
wendlers/libemb | A collection of libraries and helper tools for working with microcontrollers and wireless modules in embedded systems projects | 57 |
cookrn/babybel | Ruby implementation of a Common Lisp dialect for building interpreters and compilers | 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 |
sergev/litebsd | An operating system for microcontrollers with compact memory footprint and paging support | 308 |
naver/lispe | An implementation of a full-fledged Lisp interpreter with various features such as data structures, pattern programming, and high-level functions | 371 |
niyarin/bel-sml | An implementation of Paul Graham's Bel language in Standard ML | 9 |
jsloop42/dreamlisp | An Objective-C implementation of a Lisp interpreter with immutable data structures and an unhygienic macro system. | 8 |
masak/bel | An interpreter for Bel, a Lisp-like language with a focus on completeness and metacircular foundations. | 27 |
chr1st0scli/rainlisp | A .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems. | 34 |
bnmcgn/sigil | A tool that compiles and interprets Common Lisp code into JavaScript, allowing web developers to use advanced Lisp macros and metaprogramming facilities in their JavaScript applications. | 2 |