The deref reader macro works similarly for the @ character: (read-string "@var") ; => (clojure.core/deref var). Reader macros can also do crazy stuff like ...
確定! 回上一頁