-
-
Save brouwerfp/2340596611f19c2209bd2ec827d8d60e to your computer and use it in GitHub Desktop.
(Pseudo-)Y combinator with given interval
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (f) => ((x) => x(x))((x) => setTimeout(() => f(x(x)), interval)) // interval is given from anywhere |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment