Hi,

I need to parse Clojure code for purposes of code-insights, web 
presentation with hyperlinks between symbols, potential re-factoring, dead 
namespace illumination, visualization and inspection of increasingly large 
Clojure code-bases, code-style and compliance violation monitoring, that 
kind of thing... 

Most of the functionality I need is locked away in private methods of 
clojure.lang.LispReader, so I wondered if there was something else I could 
re-use.

I've recently come across https://github.com/cosmin/clojure-in-clojure and 
I remember Christophe Grand's presentation at EuroClojure last May which 
promised some source-manipulation library that could be shared across 
projects.

Can anyone help point me to the current 'state of the art' with respect to 
parsing Clojure itself? Is there such a thing?

Thanks,

Malcolm

-- 
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

Reply via email to