Any #CommonLisp folks know of long form resources for learning how to do repl based development? I saw an article that said they used live debugging of a running system on a space mission which has got me intrigued. #lisp #programming
@mauve
hi, start here: https://gigamonkeys.com/book/
@hajovonta Ty! Are there non-emacs guides that you're aware of? SLIME seems useful but I don't want to entirely switch editors just to use it.
@mauve @hajovonta re editors: https://lispcookbook.github.io/cl-cookbook/editor-support.html gives an overview
@mousebot @hajovonta TY. I was hoping for more long form articles on built in REPLs like the on in SBCL rather than IDEs or editor extensions. I don't use any of those IDEs and don't plan on switching to them so it sadly doesn't apply.
@pkw @mousebot @hajovonta That's awesome ty. Do you have any writeups on how you use it and how it fits in your workflow? Like, do you go repl-first when developing stuff?