Skip to content

Instantly share code, notes, and snippets.

@shirok
Created April 29, 2015 13:32
Show Gist options
  • Save shirok/47a628079ac6493236c7 to your computer and use it in GitHub Desktop.
Save shirok/47a628079ac6493236c7 to your computer and use it in GitHub Desktop.
gosh> (use math.const)
#<undef>
gosh> (define (foo) pi)
foo
gosh> (define pi 3)
pi
gosh> (foo)
3.141592653589793
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment