Since clojure does not have lazy lists, we should probably stop talking about them as if they exist.
-
-
Replying to @dibblego
Explain me like I'm 5, why not? Cant clojure not define a sequential structure such that it's all "thunked-out"? Or do you mean that the structure such as that is not a "list", but a different thing altogether?
1 reply 0 retweets 0 likes -
Replying to @Storakatten
Technically you can, but nobody does. Here are some example programs on lazy lists in another language (Haskell) which produce a value (not ⊥). let bottom = bottom in foldr const bottom (1:bottom) let bottom = bottom in (foldr const bottom (1:bottom), null (bottom:bottom))
1 reply 1 retweet 3 likes
Replying to @dibblego @Storakatten
The second one should be simpler: let bottom = bottom in null (bottom:bottom)
6:27 AM - 29 May 2018
0 replies
0 retweets
1 like
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.