clj-async-shell

FIXME: write description


License
EPL-1.0

Documentation

clj-async-shell

Make use of clojure.java.shell asynchronously.

NOTE: This library is currently a long way from what it could be. It is a quick one off written in support of a larger project. I suggest you look into using conch instead.

Usage

Add this to the dependencies in your project.clj:

#:BEGIN_SRC clojure [clj-async-shell “0.0.2-SNAPSHOT”] #:END_SRC

TODOs

implement string splitting

Use java.nio.channels.Pipe to make this truly asynchronous

License

Copyright © 2012 Brian Rowe

Distributed under the Eclipse Public License, the same as Clojure.