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

SICP Streams

Name: Anonymous 2014-03-28 2:36

I don't find ``defining streams implicitly'' very readable. Is it because I'm not used to work with streams?

(define fibs
(cons-stream 0
(cons-stream 1
(add-streams (stream-cdr fibs)
fibs))))

Name: Anonymous 2014-03-31 11:10

>>5
They used that style just to see if anyone is retard enough to copy it. Seems like someone was/is.

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