Skip to content

Instantly share code, notes, and snippets.

@ayato-p
Created May 7, 2013 07:17
Show Gist options
  • Save ayato-p/5530800 to your computer and use it in GitHub Desktop.
Save ayato-p/5530800 to your computer and use it in GitHub Desktop.
(let ((f (lambda (x) (fold * 1 (iota x 1)))))
(/ (f 40) (* (f 20) (f 20))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment