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

2012-05-22 Thread Arnoldo Muller
: 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

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

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

Re: Use You a Spaced Repetition System for Great Good!

2012-01-05 Thread Arnoldo Muller
Joshua I used http://www.mnemosyne-proj.org/ when I was learning Japanese and I experienced a dramatic improvement in my retention rates. To give you and idea I learned 1000 Chinese characters (Kanji) and about 4000 words in one year. I spent around 40 minutes per day only. Arnoldo On Jan 3,

Re: Clojure Conj extracurricular activities spreadsheet

2011-10-28 Thread Arnoldo Muller
Fogus, Please add me to the core.logic, Heroku drinkup and Jamming with Overtone. Arnoldo On Oct 25, 6:11 pm, Fogus mefo...@gmail.com wrote: All, We talked about the possibility of getting some ideas about extracurricular activities during the Conj days (and possibly training days).  I've

Re: Small Problem: Which Strings Differ at One Location

2011-05-30 Thread Arnoldo Muller
Have you considered sorting different permutations of your strings and then perform binary search on them? This paper talks about the technique: http://portal.acm.org/citation.cfm?id=1242592 On May 30, 9:55 pm, joshua-choi rbysam...@gmail.com wrote: Let's say that I have a set of strings,

PersistentVector and clojure.lang.Named

2011-05-18 Thread Arnoldo Muller
Hello, I am trying to compile a project with lein. The program source files can be interpreted successfully (using swank-clojure) but when I try to do lein compile or lein jar I get: Exception in thread main java.lang.ClassCastException: clojure.lang.PersistentVector cannot be cast to