Skip to content

Instantly share code, notes, and snippets.

@ngn999
Created December 12, 2012 14:20
Show Gist options
  • Save ngn999/4268050 to your computer and use it in GitHub Desktop.
Save ngn999/4268050 to your computer and use it in GitHub Desktop.
test syntax hight
(mapcar* (lambda (x) (* x x)) '( 1 2 3 4))
[1,2,3,4,5].colllect {|x| x*x}

def double (x)
  x * 2
end
  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment