Expert Overview
Things I'm Doing
Talks I've Given
Andrew has been a Clojure hobbyist since the beginning of 2009. He currently writes Java for a living and has worked for small startups and giant banks.
 
Talks I've Given
-
A thorny issue in Java interop
Featuring Andrew Cowper
This is a short talk about calling overloaded Java methods from Clojure. It will show some of the difficulties, and also some - but not all - of the solutions
clojure java -
Lightening Talk! Literate Programming with Clojure and Org Babel
Featuring Andrew Cowper
Clojure can be a very succinct language, and care needs to be taken to ensure code is readable. Literate Programming allows the developer to ensure his intent is communicated by freely mingling source code with descriptive text and exposition. Org is an Emacs application that allows the developer...
clojure org-babel literate-programming