The fibo-lazy function from Example 1.7 uses the iterate , map , and take functions ... user> (fibo-lazy 10) (0N 1N 1N 2N 3N 5N 8N 13N 21N 34N) user> (last ...
確定! 回上一頁