Skip to content

Instantly share code, notes, and snippets.

@spratt
Created March 26, 2011 22:13
Show Gist options
  • Save spratt/888684 to your computer and use it in GitHub Desktop.
Save spratt/888684 to your computer and use it in GitHub Desktop.
(defun ttt-repl (board)
"Read-Eval-Print-Loop for Tic-Tac-Toe"
(ttt-print board)
(ttt-repl (ttt-eval (ttt-read board))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment