Skip to content

Instantly share code, notes, and snippets.

View bobjansen's full-sized avatar

Bob Jansen bobjansen

View GitHub Profile
@raek
raek / web.clj
Created September 29, 2010 18:38
(ns se.raek.lcug.web-example
(:use [net.cgrand.moustache :only [app]]
[ring.adapter.jetty :only [run-jetty]]))
(def messages (atom ()))
(def routes
(app
[""] "hi!"
["hello"] {:get [{:status 200