clojure-miami

[Miami Clojure] Tonight: Introduction to ClojureScript Part 2 @ Orange Republic!
christianromney 2016-03-09T00:02:20.000003Z

Kickoff

2016-03-09T15:03:23.000005Z

https://juxt.pro/radar.html

2016-03-09T15:21:25.000007Z

anyone know why storm woud be on 'hold'?

julian 2016-03-09T16:25:34.000008Z

@mcl: They go into some detail on why Storm is on "hold": > Storm is a 'distributed realime computation system' we've used, but it involves a lot of devops, and it's non-trivial to get running in the REPL. Onyx is a more modern, Clojure-centric alternative that we would use instead on our next project, when we have the complex requirements of spreading a pipeline of computational work over a cluster of nodes. core.async would be our first choice when you don't need to spread work over parallel machines or processes, but you still want to the separate work up, and to potentially utilise a number of cores.

2016-03-09T16:29:23.000009Z

thanks @julian, missed that

christianromney 2016-03-09T16:33:08.000010Z

Michael Drogalis has given lots of great talks on Onyx if you’re interested https://youtu.be/YlfA8hFs2HY