scheme - fixed point combinator in lisp - Stack Overflow

scheme - fixed point combinator in lisp - Stack Overflow

瀏覽:647
日期:2025-04-29
compute the max of a list of integers (define Y (lambda (w) ((lambda (f) (f f)) ( lambda (f) (w (lambda (x) ((f f) x))))))) ((Y (lambda (max) (lambda (l) ......看更多