; holds the head (avoid!) (def head-fibo (lazy-cat [0 1] (map + head-fibo (rest head-fibo)))). (nth head ...
確定! 回上一頁