Anagrams: Difference between revisions

18 bytes removed ,  14 years ago
(cleanup in CL)
Line 149:
=={{header|Common Lisp}}==
 
Using [http://weitz.de/drakma/ {{libheader|DRAKMA]}} to retrieve the wordlist:.
 
<lang lisp>(defun anagrams (&optional (url "http://www.puzzlers.org/pub/wordlists/unixdict.txt"))