ZMQ.jl? Or maybe you don't need something socket based. -Jacob
On Sun, May 29, 2016 at 1:25 PM, Femto Trader <[email protected]> wrote: > Hello, > > I'm looking for a Julia library which implements one of these design > pattern: > > - signal / slot > - publish / subscribe > > Python have many libraries for this purpose > > for signal / slot > signalslot https://github.com/Numergy/signalslot > smokesignal https://github.com/shaunduncan/smokesignal > circuits https://github.com/circuits/circuits > blinker https://pythonhosted.org/blinker/ > for pub / sub > pypubsub http://pubsub.sourceforge.net/ > > What Julia alternatives should I consider ? > I noticed Reactive.jl ... but it seems quite complex > > What I like in signal / slot pattern is these very simple (and easily > understandable) > emit and connect methods. > > Kind regards >
