; ====================================================================== ; ; Structure and Interpretation of Computer Programs ; (trial answer to excercises) ; ; 計算機程序的構造和解釋(習題試解) ; ; created: code17 02/24/05 ; modifIEd: ; (保持內容完整不變前提下,可以任意轉載) ; ====================================================================== ;; SICP No.1.2 (/ (+ 4 5 (- 2 (- 3 (+ 6 (/ 4 5))))) (* 3 (- 6 2) (- 2 7))) ;; Test-it: ;; ;; Welcome to MzScheme version 209, Copyright (c) 2004 PLT Scheme, Inc. ;; > (/ (+ 4 ;; ... ;; 輸入同上 ;; ...))) ;; -37/150