Re: [ANN] checkero 0.1.0 : A Clojure code similarity search tool

2012-05-22 Thread Arnoldo Muller
Hi Sean, It does not have a wikipedia page. It is based on the following paper: http://www.springerlink.com/content/23072603g83224v5/ The docs are a bit sparse so if you have questions do not hesitate to ask :) Regards, AM. On Tuesday, May 22, 2012 9:47:49 AM UTC-6, Sean Neilan wrote: > >

Re: [ANN] checkero 0.1.0 : A Clojure code similarity search tool

2012-05-22 Thread Sean Neilan
Just curious, what is the name of the tree distance function and does it have a wikipedia page? Very, very cool! On May 22, 2012, at 12:36 AM, Arnoldo Muller wrote: Checkero finds common Clojure source code inside a set of directories. It is primarily intended to study how Clojure learners writ

[ANN] checkero 0.1.0 : A Clojure code similarity search tool

2012-05-21 Thread Arnoldo Muller
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 req