Jun
17
ØMQ bindings for ooc
ØMQ is a software library that lets you quickly design and implement a fast message-based application.
Reminder: ‘||’ in a function call creates a closure. One could use func {} instead but my personal preference goes to the double bars, because it’s lighter on the eyes and infers the types of arguments from the signature of the called function. E.g. list each(|x| x toString() println())