Skip to content

Instantly share code, notes, and snippets.

@dminuoso
Created March 19, 2018 06:35
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 dminuoso/15bf862cb1a8787e002a7d650a86c23b to your computer and use it in GitHub Desktop.
Save dminuoso/15bf862cb1a8787e002a7d650a86c23b to your computer and use it in GitHub Desktop.
irb(main):001:0> -> f { -> y { y[y] }[->x { f[-> v { x[x][v] }] }] }[-> f, x { x == Math.cos(x) ? x : f[Math.cos(x)]}.curry][3]
SystemStackError: stack level too deep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment