Learning to use Clojure (Language) with closure (Google Library)

I went through the Ring / Enlive tutorials. I'm trying to pick up the rest of a Clojure webpage by learning how to use Google Closure with Clojure. So far I have a Google Closure book (but have not read it yet). What are good resources for exploring a Clojure / Closure webpage?

Thank!

+3
source share
1 answer

if you want to use clojure on the client (clojurescript) too (and it probably makes sense to do this because it has very tight integration with closure), then you need to load the + game using clojurescript one .

this is a complete example (server + client) that you can share and play.

+2
source

All Articles