A interesting experience is to add a Thread/sleep to that fib function to see how lazy-seq caches the results. (defn fib ([] (fib 0 1))
確定! 回上一頁