Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using pipes/streams with Clojure

Tags:

pipe

clojure

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.

like image 232
octopusgrabbus Avatar asked Oct 22 '22 15:10

octopusgrabbus


1 Answers

Lamina has everything you seek

like image 101
Hendekagon Avatar answered Dec 29 '22 17:12

Hendekagon