ANN: clojure.java.shell2 drop in replacement for clojure.java.shell

2013-06-25 Thread Marc Limotte
I'm announcing java.shell2 . It is backward compatible with clojure.java.shell. This is a Clojure library to facilitate launching of sub-processes and piping (streaming) data. Features - A declarative syntax for defining new processes to specify input, ou

Re: ANN: clojure.java.shell2 drop in replacement for clojure.java.shell

2015-05-18 Thread Max Gonzih
Hello, I just found about this nice improvement over default java.shell provided by clojure stdlib. What is current status of this project? Is it still useful or maybe there are alternatives? Does it support latest clojure versions (1.6 or even maybe 1.7-beta)? Thanks! On Tuesday, June 25, 201

Re: ANN: clojure.java.shell2 drop in replacement for clojure.java.shell

2015-05-18 Thread Marc Limotte
Hi Max. I'm not actively doing any work on it. Mainly because there are no requests for changes. It's pretty straight-forward. I haven't tested it with later versions of Clojure, but I'm not aware of any breaking changes, so I would expect it to work. There are some alternatives, e.g. https://

Re: ANN: clojure.java.shell2 drop in replacement for clojure.java.shell

2015-05-19 Thread Max Gonzih
Ok, thank you for your reply. I will give it a try then soon on one of my pet projects! Thanks! On 05/18/2015 09:25 PM, Marc Limotte wrote: Hi Max. I'm not actively doing any work on it. Mainly because there are no requests for changes. It's pretty straight-forward. I haven't tested it wi