Fun and engaging talk. Thanks for putting it together and introducing Clojure to even more people.
I took a few notes while listening, and while I understand the purpose just to give a taste of the language and not to be hyper-correct, I thought it might be useful to ... um, adjust ... a few details for those that are interested:
- 'def' creates or overrides a Var. It's use is not undefined, but using it inside a function definition or loop is discouraged. There