Re: New Fuzzy Matching Library - Fuzzy Matcher

2013-06-28 Thread Smit Shah
at you might find confusing is these 2 let bindings: > > m (inc (count s1)) ; do not skip the last character > n (inc (count s2)) ; do not skip the last character > > I'm only doing that because my 'matrix' fn uses 'range' which excludes the > upper li

New Fuzzy Matching Library - Fuzzy Matcher

2013-06-26 Thread Smit Shah
Hey folks, This is my first post on the mailing list, I would like to introduce myself. I have been love with Lisp since I started reading SICP, the way you express problems and decompose them it's just amazing. I always wanted to build a real world application in Lisp but I never got around it