Loading...

This presentation is an HTML5 website

Presentation template from http://html5rocks.com/

Lisp in 3 Minutes


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!"     

Thank you for listening!