I am looking here:

https://github.com/jkk/formative/blob/master/src/formative/parse.cljx

and I see this line:

#+cljs [cljs.reader :as reader]

So I look here to see what the "#" is doing: 

http://clojure.org/reader

and I read: 

Dispatch (#)
The dispatch macro causes the reader to use a reader macro from another 
table, indexed by the character following #:

However, this is not a set, a regex, a var-quote, an Anonymous function 
literal, nor a comment/ignore, so what is this exactly? 


-- 
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/groups/opt_out.

Reply via email to