clojure-sg

http://www.meetup.com/Singapore-Clojure-Meetup/
2015-11-09T00:16:17.000002Z

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

lucasbradstreet 2015-11-09T09:01:25.000004Z

@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:

lucasbradstreet 2015-11-09T09:01:36.000005Z

@mikera: coooool