Fork me on GitHub
#clojure-sg
<
2015-11-09
>
mikera00:11:17

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

lucasbradstreet09:11:25

@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