Last active
July 10, 2018 18:23
-
-
Save caotic123/10cd37a45991c259259968b3c6d4b0cc to your computer and use it in GitHub Desktop.
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
| However Grr don't support lambda operator is possible make a fixed point using just replacement string(like the language was constructed). | |
| [Ώ <- s(i)(i)(e(p(s(i)(i)))) : JUST A FIXED POINT | |
| u(f) <- f(s)(k) : IOTA COMBINATOR | |
| d <- k(i) catch 2 vaues ignore the first and return the second | |
| s(x)(y)(z) <- x(z)(y(z)) | |
| k(x)(y) <- x | |
| i(x) <- s(k)(k)(x) | |
| e <- s(k)(k(s(i))) | |
| ] | |
| So, yes... macro like c could do something like this if would allow recursion. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment