Skip to content

Instantly share code, notes, and snippets.

@AyaMorisawa
Created April 3, 2015 18:05
Show Gist options
  • Save AyaMorisawa/a768a18039523d9a0037 to your computer and use it in GitHub Desktop.
Save AyaMorisawa/a768a18039523d9a0037 to your computer and use it in GitHub Desktop.
S = (f) -> (g) -> (x) -> (f x) (g x)
K = (p) -> (q) -> p
I = (a) -> a
(((S K (S I)) K) 'Hello, world') console.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment