Skip to content

Instantly share code, notes, and snippets.

@jonathan
Created April 11, 2013 15:36
Show Gist options
  • Save jonathan/5364424 to your computer and use it in GitHub Desktop.
Save jonathan/5364424 to your computer and use it in GitHub Desktop.
this "main()" function does some actually processing of code for scrabble
(defn main [letters]
(println (process-file "/usr/share/dict/words" match-letters? letters)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment