RosettaCodeData/Task/Y-combinator/SuperCollider/y-combinator-1.sc

2 lines
51 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
y = { |f| { |x| f.(x.(x)) }.({ |x| f.(x.(x)) }) };