Skip to content

Instantly share code, notes, and snippets.

@wdiasvargas
Last active October 19, 2018 03:11
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 wdiasvargas/aa3cbb6a7bf9440e0d49b9211c8c627a to your computer and use it in GitHub Desktop.
Save wdiasvargas/aa3cbb6a7bf9440e0d49b9211c8c627a to your computer and use it in GitHub Desktop.
/**
* Created in 21/06/2017.
* Author: William Dias Vargas
* Github: @wdiasvargas
*/
'use strict';
//http://kestas.kuliukas.com/YCombinatorExplained/
() => (f) => f(f)((f) =>((x) => (f(f))(x))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment