Justin Heyes-Jones wrote:
> Yeah I've been doing it non-portably in lispworks and it seems to work
> from inside the IDE but not from slime.
>
> #+lispworks
> (defun engine-run-as-lisporks-new-process()
>   (mp:process-run-function "Game engine" '(:priority 42) #'engine-run))
>
>   

If you use slime+Lispworks, then a C-X-E over e.g. (main) will 
automatically start (main) in a new thread. The REPL will remain 
available for use.

- Luke
_______________________________________________
application-builder mailing list
application-builder@lispniks.com
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to