leiningen

Ingy döt Net 2023-09-13T18:16:50.164789Z

To start only using REPL only with long running servers, running one per any directory, using lein repl to start them for now...

Ingy döt Net 2023-09-13T18:17:11.950159Z

Feedback and advice welcome.

Chip 2023-09-13T18:43:25.573309Z

I’m still digging in. Thanks. I’m very grateful for @seancorfield’s https://www.youtube.com/watch?v=gIoadGfm5T8. Thanks for including it in the repo README.

Ingy döt Net 2023-09-13T18:49:39.768169Z

I'm still getting my feet wet with VS Code and Calva. So oftentimes I am working in a terminal on vim and also using Calva at the same time. This lets me easily share a repl in both environments. I'm also interested in using data-rabbit other tools that want to connect to the same repl(s).

Ingy döt Net 2023-09-13T18:50:16.734689Z

I still need to learn about hot reloading and other stuff like that and add it into my tool set.

Ingy döt Net 2023-09-13T18:50:55.797909Z

It's a beginner's journey but hopefully I can help other beginners.

Ingy döt Net 2023-09-13T18:53:07.756029Z

Once people become proficient at something it's hard for them to go back and see it from the point of view of just starting out. Myself included.

Chip 2023-09-13T19:05:15.459449Z

> Once people become proficient at something it’s hard for them to go back and see it from the point of view of just starting out. That’s an important statement. Many people are in such a rush toward their definition of proficiency that they don’t understand how valuable their beginner’s perspective really is. Thank you. https://en.wikipedia.org/wiki/Curse_of_knowledge is also part of the central message of https://en.wikipedia.org/wiki/Made_to_Stick

❤️ 1
lread 2023-09-13T19:46:18.126349Z

Well, your bash Fu seems pretty strong @ingy!

✅ 1
Ingy döt Net 2023-09-13T20:00:54.888499Z

@lee your comment reminded me I forgot to make sure the bash code passed shellcheck. thanks 🙂 https://github.com/ingydotnet/clojure-repl-bash/commit/0bc037272ab4f640d5e3c3daa2ced4ec15840bcb

1
Ingy döt Net 2023-09-14T15:08:29.394659Z

If anyone was looking at https://github.com/ingydotnet/clojure-repl-bash on macos, I had to make a couple adjustments. Should work now.