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 I'd be very interested in this too. People talk about all that, and I've seen how fun lisp could be back around its/tops20. The repl in, say, sbcl doesn't seem quite as friendly, among other things.
@tcikoritys Right?! I tried to give SBCLs repl a shake but I couldn't figure out what the hype was about. Just moving around the cursor and the code was kind of tedious compared to other repls I've tried. 😅
@tcikoritys TBH I don't have any specific projects lined up yet. Pretty much anything I could do in lisp I could do faster in any of the other languages I know :P
I'm thinking of following this article to make a logic engine just for the practice:
https://medium.com/@batuhanayrba/building-a-prolog-like-logic-engine-in-common-lisp-1995d6168565
Then probably some messing with ASTs and parsers?
Also see this person's setup with rlwrap which makes the REPL a bit nicer. https://snac.d34d.net/pkw/p/1786980640.595258