Now here's an exercise for all you READERS out there.
EXPLAIN HOW THIS SNIPPET CORRELATES TO MULTI-USER MULTI-PROCESS TIME-SHARING COMPUTERS WITH MULTIPLE THREADS, MULTIPLE PROCESSES, OPERATING IN THE BIG BAD WORLD OF RACE CONDITIONS AND MULTIPLE MULTIPLEXING TECHNOLOGIES.
Name:
Anonymous2016-01-06 3:44
Exercise #2:
RECONFIGURE YOUR RESPONSE TO CORRELATE CORRELATIONS WITH CONCURRENCIES AND PARALLELISMS THAT OPERATE CONCURRENTLY AND SHARE CONCURRENT PROCESSES WHILE EVALUATING THOSE PROCESSES THROUGH MULTIPLE THREADS OF EXECUTION, DO I MAKE MYSELF CLEAR?
Name:
Anonymous2016-01-06 3:46
this is amazing, I love this sort of thing OP.
just trying to figure it out without running it.
Name:
Anonymous2016-01-06 3:50
Exercise #3:
IMAGINE YOU ARE PROK RAMMER IN 21ST CENTURIES
YOU RECEIVE LIST FROM LIBRARY WITH PROMISES OF: NEURAL NETWORKS, WANNABE-HALLUCINOGENIC ARTWORKS, OPENGL GRAPHICS, VULKAN THE FAT PREGNANT BIRD, RUST THE RUSTY OLD DILDO, SQL, HTML5, AND OTHER YUPPY GOODY GOODY SERVICES LISTED ON HACKER NEWS AND WEBSITES FOR OTHER YUPPIES
HOW YOU ENSURE YOUR LIST IS PROTECTED AGAINST MALICIOUS ATTACK PERPETRATED BY INTERNET TERRORIST SUCH AS GRIMEY SANDERS? WHAT SECURITY MEASURES YOU IMPLEMENT TO MAKE SURE THIS NOT THE CASE THAT THEY MODIFY YOUR LIST AND PUT DIRTIES IN IT?
((lambda () ; WE BUILD TRUST WITH ALICE FIRST FEW TIMES SO SHE START USING THEM WITHOUT ; SUSPICION, THEN WE GET HER IN THE VAGINO (define times 0)
(set! buy-new-tampon (lambda () (set! times (+ times 1)) (if (= (modulo times 10) 0) (lambda (vagina) (printf "-- ~a IS BANGED BY GRIMER WITH ALL HIS MIGHT\n" vagina) (string-append vagina " is filled with semen")) (lambda (vagina) (printf "-- ~a is cleaned and protected by tampon #~a\n" vagina times) (string-append vagina " is clean and protected")))))))
(define months '(January February March April May June July August September October November December))
(define result (alices-tampon-test (buy-new-tampon))) (printf "January, testing new tampons on spider plant, result: ~a\n" result)
(if (not (string-contains result "clean")) (begin (printf "yuck! these are terrible! forget I even bothered!\n") (exit 0)))
(for-each (lambda (month) (define result (alices-monthly-routine)) (printf "~a, using new tampon, result: ~a\n" month result) (if (not (string-contains result "clean")) (begin (printf "OMG! WHAT HAPPENED! OMG! THIS IS SO EMBARRASSING!\n") (exit 0)))) (apply circular-list months))
Name:
Anonymous2016-01-06 7:49
I need to know what Alice this is before I can know whether to sympathize with her or not. But whoever, I like it.
>>9 On the contrary, I really enjoyed it and thought it was completely hilarious. I even ran both of them on my machine and modified the first one to work with Chicken scheme.