Anagrams: Difference between revisions

Content added Content deleted
(cleanup in CL)
Line 149: Line 149:
=={{header|Common Lisp}}==
=={{header|Common Lisp}}==


Using [http://weitz.de/drakma/ DRAKMA] to retrieve the wordlist:
{{libheader|DRAKMA}} to retrieve the wordlist.


<lang lisp>(defun anagrams (&optional (url "http://www.puzzlers.org/pub/wordlists/unixdict.txt"))
<lang lisp>(defun anagrams (&optional (url "http://www.puzzlers.org/pub/wordlists/unixdict.txt"))