I'm looking for a way to pass events back and forth between Clojure and erlang.
You could use jinterface from clojure and be able to act as an Erlang node and send out multiple Pids associated with your node, in the Erlang cluster.
You've got lots of options as long as you use a socket (e.g. TCP/IP).
I can't say I've done Clojure <--> Erlang bridges before but "talking" to Erlang in JSON/XML is sufficiently painless.
Of course you can use the erl_interface
(binary exchange protocol) but then you'll need (probably unless there is a lib for this) to craft a marshaller for this in Clojure.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With