~lenatrauman/2.4kbps.net#5: 
Recommendation for some lisps

Tinyscheme is, like the name suggests, a small implementation of scheme. https://tinyscheme.sourceforge.net/ Compiled without debug flags, its way smaller than 180kb

gcc -DSUN_DL=1 -DUSE_DL=1 -DUSE_MATH=1 -DUSE_ASCII_NAMES=0 -Os -fpic -pedantic -I. -Wno-char-subscripts scheme.c dynload.c -o scheme

There is also SectorLISP which is absolutely tiny, but more basic https://justine.lol/sectorlisp2/

Status
REPORTED
Submitter
~liorst4
Assigned to
No-one
Submitted
1 year, 2 months ago
Updated
1 year, 2 months ago
Labels
No labels applied.

~lenatrauman 1 year, 2 months ago

SectorLisp is a lot of fun. Thank you! Those will take some time to build for all the platforms, but I will get there!

Register here or Log in to comment, or comment via email.