clj-nativedep version 0.2.0 released

2015-12-21 Thread Ralph Ritoch
ritoch/clj-nativedep Clojars/Leiningen dependency: [clj-nativedep "0.2.0"] Best Regards, Ralph Ritoch -- 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

Clojure OSGI (Java 9?) support library ready for review

2015-07-06 Thread Ralph Ritoch
a hello world bundle and a hello world user bundle which imports from hello world have been tested and appear to be fully functional. Feel free to use and extend this code at will as I'm releasing it under the MIT license. Best Regards, Ralph Ritoch -- You received this message because you

Lein-SableCC 1.0.0 is released

2015-01-01 Thread Ralph Ritoch
This is the first release of the lein-sablecc leiningen plugin. This project is on github at https://github.com/rritoch/lein-sablecc It has been released to clojars at https://clojars.org/lein-sablecc Description: This plugin integrates the SableCC Compiler Compiler with a leiningen project.

Re: For review: Clojure Namespace Isolation

2014-12-08 Thread Ralph Ritoch
Thank you. I have signed the contributor agreement and applied to join clojure-dev (request pending). On Monday, December 8, 2014 3:38:15 AM UTC+8, Alan Forrester wrote: On 7 December 2014 at 19:27, Fluid Dynamics a209...@trbvm.com javascript: wrote: On Sunday, December 7, 2014 11:12:37

Re: For review: Clojure Namespace Isolation

2014-12-08 Thread Ralph Ritoch
namespaces from the two environments. This was not an intended feature, but it is a feature that can be accessed. Best Regards, Ralph Ritoch On Monday, December 8, 2014 8:39:29 PM UTC+8, Gary Verhaegen wrote: Naive question: does that solve the dependency problem where two explicit

Re: For review: Clojure Namespace Isolation

2014-12-08 Thread Ralph Ritoch
of a dependency will require the conflicting dependencies, but some will. It wouldn't be easy, or automatic, but it would become possible. Best Regards, Ralph Ritoch On Monday, December 8, 2014 9:23:12 PM UTC+8, Ralph Ritoch wrote: Gary, What your stating is possible

Re: For review: Clojure Namespace Isolation

2014-12-08 Thread Ralph Ritoch
One important piece of information about this feature is that it doesn't manipulate classloaders. This feature was designed to be used with OSGi or applications that handle their own classloading issues. In a typical application when entering a namespace isolation you may also need to bind a

For review: Clojure Namespace Isolation

2014-12-06 Thread Ralph Ritoch
namespace and all of it's dependent namespaces are copied into the newly created container. Once inside a new container, changes can be made without any risk of namespace conflicts with other parts of the system. I would like to submit these features for addition to Clojure. Best Regards, Ralph