Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

I've reduced inheritance to 99 characters

Name: Anonymous 2016-12-10 20:28

I've reduced inheritance to 99 characters, applicable to producing any function, not just datatype definitions, and am trying to find how publishable that is... (define (make p b) (letrec ((f (λ (x) ((p f b) x)))) f)) (define ((inherit p q) f s) (p f (q f s)))

Name: Anonymous 2016-12-14 2:41

Change letrec to rec

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List