Hacker News new | ask | show | jobs
by spyrja 301 days 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))))