SaaSHub helps you find the best software and product alternatives Learn more →
Ulisp Alternatives
Similar projects and alternatives to ulisp
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
-
-
-
-
-
coalton
Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
-
-
-
-
-
-
ferret
Ferret is a free software lisp implementation for real time embedded control systems. (by nakkaya)
-
-
-
-
-
-
-
tinyscheme
Discontinued TinyScheme is easy to learn and modify. It is structured like a meta-interpreter, only it is written in C. (by zpl-c)
ulisp discussion
ulisp reviews and mentions
-
Crunch – a Scheme compiler with a minimal runtime
Not a scheme, but for running a lisp on microcontrollers uLisp is pretty amazing. http://www.ulisp.com/
You even get a REPL and everything. Super easy to set up and get going. Though as it is interpreted so you will of course not have native performance. Still very useful for prototyping and hobbyist projects.
- uLisp: Lisp for Microcontrollers
- How to Write a (Lisp) Interpreter (In Python)
- Show HN: I Made a Lisp
-
Lisp Badge LE
I love his projects too. He's also the creator of uLisp.
http://www.ulisp.com/
-
Lisp in Space
Not CL, but there is ulisp (http://www.ulisp.com/) for microcontrollers, supposed to be really tiny, and there is Carp (https://github.com/carp-lang/Carp) which is without a GC so seems suitable for real-time stuff.
-
fe: A tiny, embeddable language implemented in ANSI C
There's also ulisp (for Arduino projects etc.): http://www.ulisp.com/
This is larger, because there are functions for accessing peripherals, and the core is more standard lispy with 'caadr' et.al., and it has a compacting GC, so images can be saved as a compact blob.
- ¿Any interpreted lenguage working in low memory microcontrollers?
-
Anyone tried to run ECL on a Pi Pico?
You might consider uLisp, it's very Common Lispy for the memory constraints given (sans macros and splicing quote). And you can still connect to it and save an image. I've tried it and it works well enough. Here is the homepage.
-
A note from our sponsor - SaaSHub
www.saashub.com | 24 Jan 2025
Stats
technoblogy/ulisp is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of ulisp is C++.