ulisp-zero
A pared-down version of uLisp for hackers. (by technoblogy)
lisp-in-go
A Common Lisp-like Lisp-1 in Go with TCO and partially hygienic macros (by nukata)
Our great sponsors
ulisp-zero | lisp-in-go | |
---|---|---|
1 | 3 | |
46 | 32 | |
- | - | |
10.0 | 10.0 | |
almost 4 years ago | over 3 years ago | |
Arduino | Go | |
- | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ulisp-zero
Posts with mentions or reviews of ulisp-zero.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-14.
-
Lisp in 99 lines of C and how to write one yourself [pdf]
Since its name is TinyLisp, I'd like to mention uLisp.
Lisp for microcontrollers - Arduino, Adafruit M0/M4, Micro:bit, ESP8266/32, RISC-V, and Teensy 4.x boards
In particular, its smallest variant (~800 LoC).
> uLisp Zero is a pared-down version of uLisp, capable of running in 8 Kbytes of program memory with 1 Kbyte of RAM
https://github.com/technoblogy/ulisp-zero/blob/master/uLispZ...
lisp-in-go
Posts with mentions or reviews of lisp-in-go.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-16.
- Kilo Lisp: A Kilo Byte-Sized Lisp System
-
Oberon, Plan 9 and Inferno
Maybe you could just use a golang implementation of lisp, given its plan9 support. Mb this is good? https://github.com/nukata/lisp-in-go
- Lisp in 99 lines of C and how to write one yourself [pdf]
What are some alternatives?
When comparing ulisp-zero and lisp-in-go you can also consider the following projects:
janet - A dynamic language and bytecode vm