Fork me on GitHub
#gratitude
<
2022-06-11
>
eggsyntax17:06:15

It's surprisingly hard to explain, to someone who hasn't used it, why a Clojure REPL is so much better than, say, the Python shell. I've never seen anyone do it as effectively in text* as @val_waeselynck, and I want to thank him for providing the explanation I've been sending to curious and confused non-Clojure devs for five years now. Thanks vvvvalvalval, for that and all your other contributions** to the Clojure community! gratitude. gratitude. gratitude https://vvvvalvalval.github.io/posts/what-makes-a-good-repl.html [PS -- if any readers are aware of other explanations that are as good or better at conveying just how much difference a real REPL makes, I'd love to hear about them!]

πŸ‘ 5
gratitude 5
☺️ 1
eggsyntax17:06:31

* Val's explanation is the best in text -- but for people who prefer video, @U072WS7PE’s https://vimeo.com/223309989 is unbeatable.

eggsyntax17:06:59

> Thanks vvvvalvalval, for that and all your other contributions Personally: I got a lot of value from https://github.com/vvvvalvalval/datomock for a couple of years, and https://github.com/vvvvalvalval/scope-capture is indispensable when dealing with a codebase full of functions that pass around really complicated data structures.

val_waeselynck06:06:49

Thanks @U077BEWNQ! How is that working/not working on those non-Clojure devs?

eggsyntax18:06:46

Mixed, from what I've seen -- even with an excellent explanation, it seems like it's still a hard leap to make. In my experience the toughest part to convey is how transformative it is for the REPL be in the same context as your running program -- ie the range of things that you describe as 'tangibility' / 'putting you in the shoes of your code' / 'interacting with a running program'. I've been reminded of that recently, because I've been spending some time working on a (pre-existing) Python codebase for the first time in years, and the 'REPL' experience there is so frustrating after years of the Clojure REPL, exactly because of lacking those things. I've met some smart people who have been writing Clojure for a year or two and don't really make good use of the REPL -- so even once people have access to a good REPL, there's still that challenging mental leap to be made. All that said, your post on it has definitely helped more people to make that leap than anything else I've tried πŸ˜„

πŸ™ 1