Search found 1 match
- Fri Feb 26, 2010 9:14 pm
- Forum: Common Lisp
- Topic: Calculate the difference between 2 string of words.
- Replies: 5
- Views: 7314
Calculate the difference between 2 string of words.
Hello! I need help from you guys. I'm pretty new in Lisp. I have to find any differences between two string of words, say string1 = "he sell me books" string2 = "he sells me his book" Then I have to show that between string1 and string2, the difference is i) "sell" in s...