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-11 14:26

>>9
That's why it should be included in the language, so people don't have to define it over and over. define, on the other hand, should be deprecated.

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