Anadromes: Difference between revisions

m
Simplified the Common Lisp code
imported>Rowsety Moid
No edit summary
imported>Rowsety Moid
m (Simplified the Common Lisp code)
Line 409:
(let ((rev (reverse word)))
(and (string-lessp word rev)
(gethash rev dict))))
(not (string-equal word rev)))))
words))))
 
Anonymous user