Jump to content

Y combinator: Difference between revisions

(→‎{{header|D}}: added a contribution for the Crystal language...)
Line 1,866:
auto almost_fib = [] (auto f) { return
[=] (auto n) { return
n < 2? n1: f (n - 1) + f (n - 2) ;};};
auto almost_fac = [] (auto f) { return
[=] (auto n) { return
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.