A wierd lisp in pico8, even supports call/cc
转到文件
bx 321f17367a added readme 2021-12-15 16:15:56 +00:00
README.md added readme 2021-12-15 16:15:56 +00:00
env.lua putting this in a git so i can post it 2021-12-15 16:07:44 +00:00
eval.lua putting this in a git so i can post it 2021-12-15 16:07:44 +00:00
lib.lua putting this in a git so i can post it 2021-12-15 16:07:44 +00:00
lisp.p8 putting this in a git so i can post it 2021-12-15 16:07:44 +00:00

README.md

lis.p8 a lisp interpretter in pico8, supporting call/cc

this is quite a slow interpretter and im not sure i can use it for even a basic game, but it was a ton of fun to make and helped me grok call/cc.

gur interpretter itself is more or less done, it was planned to have an ide type thing, but that's not finished