clojure-sg 2015-11-09

Hi all I did some hacking this weekend to create procedural animations in Clojure - enjoy! https://www.youtube.com/watch?v=94CtmzAUIBI

@mikera yup, I use mapv quite a bit too. All the code I’m profiling doesn’t need vectors (which are more expensive), so I still use doall a lot simple_smile

@mikera: coooool