Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created February 11, 2014 16:00
Show Gist options
  • Save kaworu/8937738 to your computer and use it in GitHub Desktop.
Save kaworu/8937738 to your computer and use it in GitHub Desktop.
(letrec ((abs
(lambda (x)
((if (< x 0) - +) x))))
(display (abs 12)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment