Fork me on GitHub
#leiningen
<
2023-09-13
>
Ingy döt Net18:09:50

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 Net18:09:11

Feedback and advice welcome.

Chip18:09:25

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

Ingy döt Net18:09:39

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 Net18:09:16

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

Ingy döt Net18:09:55

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

Ingy döt Net18:09:07

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.

Chip19:09:15

> 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
lread19:09:18

Well, your bash Fu seems pretty strong @U05H8N9V0HZ!

1
Ingy döt Net20:09:54

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

simple_smile 1
Ingy döt Net15:09:29

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