How lazy sequence run in this code代码在这里:[cc](def fib-seq (lazy-cat [0 1] (map + (rest fib-seq) fib-seq )))[/cc]据我了解,fib-seq是一个 ...
確定! 回上一頁