Comment on Rich Hickey: Deconstructing the DatabaseparentComments−jkkramer14yYou are not forced to pass strings. That's merely a convenience (for Java). You can construct and pass data structures instead.−nickik14yYes, and in clojure you acctually use data literals not just strings.
Comments
You are not forced to pass strings. That's merely a convenience (for Java). You can construct and pass data structures instead.
Yes, and in clojure you acctually use data literals not just strings.