Skip to content

Instantly share code, notes, and snippets.

@briandk
Created September 22, 2014 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briandk/59aef1995e2c82c456e6 to your computer and use it in GitHub Desktop.
Save briandk/59aef1995e2c82c456e6 to your computer and use it in GitHub Desktop.
Syntax color testing for scheme
(define (clockpatience cards)
(let ((hand (deal cards 'K)))
(play (topcard 'K hand) 'K hand 1)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment