On 2 February 2010 15:39, Praki <[email protected]> wrote:
> Does Clojure have a notion of #line directive a la C/C++?

This works for me:
(println "file:" *file* "  line:" @(clojure.lang.Compiler/LINE))

> If there is any built-in support in Clojure for ignoring blocks
> delimited by special tags, as in GHC, that would be lovely!

#_(ignored stuff here
but careful it still needs to be
parse-able
)
(comment
ignored stuff here)

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to