As I use stumpwm (a common-lisp window manager), I normally always have a lisp process running. So I was wandering if there is a way I can use that instance to evaluate "scripts"?
What I want to do is to write small lisp scripts and instead of executing them in their own separate instaces, I want to send them to an already running SBCL.
For example, I could try connecting via swank, but I don't know how to stablish a connection without slime.
Is there some way to do this?
Thanks!
What I want to do is to write small lisp scripts and instead of executing them in their own separate instaces, I want to send them to an already running SBCL.
For example, I could try connecting via swank, but I don't know how to stablish a connection without slime.
Is there some way to do this?
Thanks!