How do I increase the stack size in a slime session.
I can do it in the terminal with:
$> sbcl --control-stack-size 5
How do I do this in slime?
How do I increase the stack size in a slime session.
I can do it in the terminal with:
$> sbcl --control-stack-size 5
How do I do this in slime?
In your emacs
init.elor.emacsfile you can include program arguments in the settings ofslime-lisp-implementations. For example: