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

ABSTRACT LAMBDA FUNCTION FACTORY

Name: ALLF 2015-10-27 20:49

ABSTRACT LAMBDA FUNCTION FACTORY

Name: Anonymous 2015-10-30 8:07

(define abstract-lambda-function-factory
(lambda (x)
(let* ((function 0)
(factory (lambda () (begin (set! function x) ((lambda () function)))))
(abstract (lambda () ((lambda() (factory) (lambda () (force ((lambda () (delay function))))))))))
((lambda () (abstract))))))

(((abstract-lambda-function-factory
(lambda () (((abstract-lambda-function-factory
(lambda () (map
(lambda (x)
(lambda () (x)))
(map (lambda (y)
(display y)) (cons (quote H) (cons (quote A) (cons (quote X) (cons " " (cons (quote M) (cons (quote Y) (cons " " (cons (quote A) (cons (quote N) (cons (quote U) (cons (quote S) (quote ()))))))))))))))))))))))

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