Skip to content

Instantly share code, notes, and snippets.

@ayato-p
Created February 13, 2013 09:31
Show Gist options
  • Select an option

  • Save ayato-p/4943325 to your computer and use it in GitHub Desktop.

Select an option

Save ayato-p/4943325 to your computer and use it in GitHub Desktop.
(define (expt-of-ten x)
(expt 10 x))
(define (f c x)
(c x))
(f expt-of-ten 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment