lem
lem copied to clipboard
Cannot start lem again after exit
Once I exit Lem and fall back on the sbcl repl I cannot start lem again (sdl2).
(:LEM-SDL2)
* (lem:lem)
NIL
* (lem:lem)
NIL
I need to quit sbcl and quickload again to be able to start lem again.
Indeed, that maybe a problem, Lem is not intended to be launch using the REPL, you can compile the lem to an image using the make command:
make build-sdl2
https://lem-project.github.io/lem-page/installation/getting-started/#with-make
Hm, but why ? :-)
I'm not sure, but it's probably to some initialization configuration :thinking:
Thank you for the report. This problem has been neglected, but I want to fix.