You may need to reevaluate what's possible in Clojure. (def fib (lazy-cat [1 1] (map + fib (rest fib))))
I've been hanging around on the mailing list for a while, and it's clear to me that there has been very little work going on in Io in past months. (E.g.: There are obvious bugs in the Range addon that they've known…
You may need to reevaluate what's possible in Clojure. (def fib (lazy-cat [1 1] (map + fib (rest fib))))
I've been hanging around on the mailing list for a while, and it's clear to me that there has been very little work going on in Io in past months. (E.g.: There are obvious bugs in the Range addon that they've known…