Slide 10
Slide 10 text
Atomic types
• Number (3, 3.14, 1e6)
• Character (\a, \b, \c)
• String (“foo”)
• Symbol (‘a, ‘b, ‘c)
• Keywords
• for very fast equality test (:cool, :bad)
• Regex (#”clo[s|j]ure”)
• Boolean (true, false)
• Only nil and false are falsey