Using pipes/streams with Clojure

clojure, pipe

Solution

Lamina has everything you seek

Problem

Other than Conduit are there any other Clojure modules that deal with streaming/pipes, and if so, what are they? Basically, I am looking into steaming, because I want a Python and Clojure program to communicate in a very lightweight fashion, like the Clojure program ran and was successful, and is perhaps returning some data. So I have no need for something heavy-duty. Thank you.

Original source