[ANN] clj-embed | segmented clojure runtimes inside a single JVM process

2017-12-03 Thread benedek fazekas
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

Re: [ANN] clj-embed | segmented clojure runtimes inside a single JVM process

2017-12-03 Thread Paul Rutledge
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

[ANN] clj-embed | segmented clojure runtimes inside a single JVM process

2017-12-03 Thread Andrea Richiardi
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

[ANN] clj-embed | segmented clojure runtimes inside a single JVM process

2017-12-02 Thread Alex Miller
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

[ANN] clj-embed | segmented clojure runtimes inside a single JVM process

2017-12-02 Thread Paul Rutledge
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