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-13 15:32

Y'all may be joking, but the interpreter needs more time and memory if the symbols are longer. You're removing bloat and making that code faster too.

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