Idorobots / spartan

A small Lisp dialect that serves me as a test bed for programming language features.
MIT License
13 stars 3 forks source link

REPL does not respect `sleep` primop unless followed by `monitor` call. :shrug: #183

Closed Idorobots closed 1 week ago

Idorobots commented 8 months ago

Likely due to the fact that no runtime process is created for the REPL, so that it's not in a waiting state when the program stops execution.