lispBM

Interpreter

An interpreter for a concurrent, functional programming language with message-passing and pattern-matching capabilities.

An interpreter for a concurrent lisp-like language with message-passing and pattern-matching implemented in C.

GitHub

90 stars
8 watching
7 forks
Language: C
last commit: 7 days 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. 854
yesco/esp-lisp A small, fast Lisp interpreter for the ESP8266 microcontroller 257
rui314/minilisp A minimalistic Lisp interpreter in C 1,479
maryrosecook/littlelisp A small Lisp interpreter in JavaScript that supports basic programming constructs 608
kspalaiologos/malbolge-lisp An interpreter written in Malbolge that supports Lisp-like programming with advanced features and instructions. 489
wendlers/libemb A collection of libraries providing convenience functions and APIs for working with ARM-Cortex-M3 and MSP430 MCUs. 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 372
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