Y combinator: Difference between revisions

Content deleted Content added
Line 765: Line 765:
<1,2,6,24,120,720,5040,40320>,
<1,2,6,24,120,720,5040,40320>,
<1,2,3,5,8,13,21,34>)</pre>
<1,2,3,5,8,13,21,34>)</pre>
The fixed point combinator defined above is theoretically correct but inefficient and limited to first order functions, whereas the standard distribution includes a library containing fixed point combinators suitable for production use and higher order functions.


{{omit from|C}}
{{omit from|C}}