Skip to content

Instantly share code, notes, and snippets.

@yhara
Created July 6, 2014 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yhara/a3eb83a690050b243a67 to your computer and use it in GitHub Desktop.
Save yhara/a3eb83a690050b243a67 to your computer and use it in GitHub Desktop.
f = fn(a){ fn(b){ b }}
myif = fn(p){ fn(a){ fn(b){ p(a)(b) }}}
print(inspect(myif(t)(1)(2)))
@yhara
Copy link
Author

yhara commented Jul 6, 2014

動かし方

  1. yhara/boomをclone
  2. bundle install (Bundlerがない場合は先にgem i bundler)
  3. rake run church.boom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment