kaveh808 / kons-9

Common Lisp 3D Graphics Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`(run)` does not dispatch a new thread

SeungheonOh opened this issue · comments

When I execute (run), the main thread(REPL) gets locked with execution of (run) and so I'm unable to run any other commands. I'm not sure if this intended design, but I can't follow the guide written in demos and README. Some guidance would be really helpful.

What platform are you running on? I'm on MacOS, but maybe someone can help for other platforms.

I'm running it on Nixos, x86_64-linux.

Perhaps someone on Linux could suggest a reason for this?

I setup SLIME in my emacs setup, and was able to run (run) without it blocking the thread. I'm not 100% sure if that was the issue, but now I can draw things!