Structure and Interpretation of Computer Programs in Clojure: Chapter ... one-third)) (defn make-rat [n d] (let [g (gcd n d)] (cons (/ n g) ...
確定! 回上一頁