Web Development with Clojure, Third Edition: Omitted `var` (page 38)

Hi, we replace (-> handler var ...) with (-> #'handler ...). This does the exact same thing, but uses the #' syntax sugar instead of calling var explicitly. We’ve added an explanation of this syntax to clarify.

Hope this helps!

1 Like