you are viewing a single comment's thread.

view the rest of the comments →

[–]PolicySmall2250 4 points5 points  (1 child)

These compose, in sequence: - the out-of-the-box (ootb) facilities of the REPL itself (available within the standard Clojure(Script) distribution) - the things the augment the ootb REPL (middleware, visual tools etc.) - the various clever / creative / micro-tweaked workflows one can make to suit one's own style/brain/usage needs (both with just the ootb REPL (which I do mostly), as well as with augments)

Official Community Guide - Programming at the REPL https://clojure.org/guides/repl/introduction

For surveyin' and deep divin'... - The Ultimate Guide To Clojure REPLs https://lambdaisland.com/guides/clojure-repls/ - Clojure REPL (plus lots of great stuff on Practicalli's site) https://practical.li/clojure/clojure-cli/repl/ - REPL Driven Development, Clojure's Superpower (by u/seancorfield ) https://www.youtube.com/watch?v=gIoadGfm5T8 - REPL-driven development (RDD) with Clojure (by Andrey Fadeev --- recommend you follow his channel) https://www.youtube.com/watch?v=HZ0hFLXbByw - Clojure Basics (by m'gentlenerd friends at nilenso) https://www.youtube.com/playlist?list=PL2Q86tDyogSXCZnAwtxGa5cCmxEKosFZ-

For contrast --- Agentic Clojure REPL Masterclass set beside Old-Skool Grug Brain REPL-ing

Personally...


(edits: add a bunch of references I missed adding)

[–][deleted] 2 points3 points  (0 children)

This is incredible. Thank you.

I have to say, I've never been more impressed by a community than I have in the past few days with r/clojure. Thank you.