glycerine / zygomys

Zygo is a Lisp interpreter written in 100% Go. Central use case: dynamically compose Go struct trees in a zygo script, then invoke compiled Go functions on those trees. Makes Go reflection easy.
https://github.com/glycerine/zygomys/wiki
BSD 2-Clause "Simplified" License
1.71k stars 81 forks source link

Is there some way to end up in REPL after running script? #33

Closed jkleiser closed 5 years ago

jkleiser commented 5 years ago

I would like to be able to end up in the REPL after running a script, so I can keep using the functions and the data that was generated by my script. Some flag (e.g. -i) could tell zygo not to exit after the script had done its job.

glycerine commented 5 years ago

seems reasonable. Just sec.