This presentation is an HTML5 website
Presentation template from http://html5rocks.com/
Bodil Stokke
@bodiltv
println("Hello world!");
(1 2 3 "this" "is" :a :list)
(println "this is a
function call")
[1 2 3 "this is a vector"]
(defn hello [name]
(str "Hello " name)
)
>> (hello "sailor!") "Hello sailor!"

Bodil Stokke
bodil.github.com
@bodiltv