Jonathon McKitrick jcm@FreeBSD-uk.eu.org writes:
Hi all,
I have a question about running a Lisp app. Right now, I'm starting a repl, loading an asdf-system, and starting a swank server. Then I connect from emacs/slime.
Is there a way to start emacs and load/run the app from there?
M-x slime
this should give you a normal lisp repl you can load asdf systems form and do whatever you want. no?