Object Orientation in 26 symbols of standard Scheme.(define (fix p b) (define f (p (lambda i (apply f i)) b)) f)(define (mix c p) (lambda (f b) (c f (p f b))))😅 https://github.com/metareflection/poof
@AbbieNormal I haven't read it yet, and I doubt I can understand it. But it is one of those articles that smells of becoming a classic as soon as it comes out.