Skip to content

Instantly share code, notes, and snippets.

@briandk
Created September 22, 2014 20:59
Show Gist options
  • Select an option

  • Save briandk/59aef1995e2c82c456e6 to your computer and use it in GitHub Desktop.

Select an option

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