Lisp Syntax
Prefix notation
Function name followed by zero or more args
Delimited by parentheses
(+ 2 3 4)
(* (- 7 1) (- 4 2) 2)
(print "Hello, world")
Previous slide
Next slide
Back to first slide
View graphic version