Skip to content

Instantly share code, notes, and snippets.

@little-arhat
Created February 15, 2017 21:17
Show Gist options
  • Save little-arhat/7f759525924320776a269297ed42e3c0 to your computer and use it in GitHub Desktop.
Save little-arhat/7f759525924320776a269297ed42e3c0 to your computer and use it in GitHub Desktop.
(define data
(repeat 1000
(lambda () (sum (map (lambda (x)
(if x 1 0))
(repeat 10 coin))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment