SaaSHub helps you find the best software and product alternatives Learn more →
lispBM Alternatives
Similar projects and alternatives to lispBM
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
ribbit
A portable, compact and extensible Scheme implementation that is fully R4RS compliant. This includes closures, I/O, tail calls, first-class continuations and a Read Eval Print Loop (REPL). The R4RS Scheme REPL fits inside 6.5Kb !
-
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.
-
-
pil21-bare-metal
Discontinued PicoLisp is an open source Lisp dialect. It is based on LLVM and compiles and runs on any 64-bit POSIX system. Its most prominent features are simplicity and minimalism.
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
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. (by Robert-van-Engelen)
-
-
lispBM discussion
lispBM reviews and mentions
-
Joel Svensson - LispBM (LBM)
Code: https://github.com/svenssonjoel/lispBM
-
Microcontroller-based Lisp machine (minimum language needed)?
An ESP32 should be fine, or stm32, or nrf52 for LBM (LispBM). Some RTOS to run it on is recommended, chibios, freertos or zephyr for example (not an absolute requirement). https://github.com/svenssonjoel/lispBM
-
Lisp on embedded DSP device?
I haven't tried it but https://github.com/svenssonjoel/lispBM claims to run on the STM32F4.
-
A note from our sponsor - SaaSHub
www.saashub.com | 20 Apr 2025
Stats
svenssonjoel/lispBM is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of lispBM is C.