this could in theory put mranderson to its well deserved rest in cider-nrepl
and refactor-nrepl. eg isolation instead of source inlineing.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
It certainly does seem like they overlap a lot!
I'll have to take a closer look at pods to see what things I'm not solving
well yet :)
Thanks!
On Sunday, December 3, 2017 at 6:09:27 PM UTC-6, Andrea Richiardi wrote:
>
> Haven't check the code, but this is similar to what boot pod is:
> https
Haven't check the code, but this is similar to what boot pod is:
https://github.com/boot-clj/boot/wiki/Pods
The nice thing is that it uses tools.deps, good job!
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo
Cool!
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
I've been looking for something that would let me create REPL sessions that
couldn't easily mess with the namespaces already being used by the process
that's hosting the REPL server. That eventually led me to look at
https://github.com/projectodd/shimdandy but the readme told me I couldn't
have