Wonderful - thanks Andy! On Thursday, June 19, 2014 12:40:24 PM UTC+9:30, Andy Fingerhut wrote: > > user=> (source special-symbol?) > (defn special-symbol? > "Returns true if s names a special form" > {:added "1.0" > :static true} > [s] > (contains? (. clojure.lang.Compiler specials) s)) > nil > > user=> (keys (. clojure.lang.Compiler specials)) > (& monitor-exit case* try reify* finally loop* do letfn* if > clojure.core/import* new deftype* let* fn* recur set! . var quote catch > throw monitor-enter def) >
-- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.