6 ms·
It doesn't appear to, but you could always add this to the included common.lisp file: (define Y (lambda (f) (lambda args ((f (Y f)) . args))))
by spyrja 1y ago
It doesn't appear to, but you could always add this to the included common.lisp file:
(define Y (lambda (f) (lambda args ((f (Y f)) . args))))