I want to make a local instance of a Java Scanner class in a clojure program. Why does this not work:
Scanner
; gives me: count not supported on this
Simplified: def is for global constants, let is for local variables.