I'm looking for a way to pass events back and forth between Clojure and erlang.
- has someone done this before?
- how should I encode the (immutable) messages in a flaxable general way?
- Should IPC be used for this? what sort?
- where has this gone wrong for you in the past?