Checkero finds common Clojure source code inside a set of directories. It 
is primarily intended to study how Clojure learners write functions. As a 
side effect, you can find if students have honestly completed their 
homework. It could also be used to find commonly used patterns in code that 
require refactoring. The algorithm uses a state-of-the-art tree distance 
function that quickly finds common tree patterns. It analyzes the 
syntactical structure of Clojure programs and finds similar expressions.

You can find more details here:
https://github.com/amuller/checkero

Suggestions and feedback are more than welcome!

Arnoldo Muller 



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