(deftest test-Justin() (justinchap3) (justinchap4) (justinchap5) (justinchap6) (justinchap7) (justinchap10) ) (deftest test-chapter2 () (test-math) (test-quote) (test-listopps) (test-truth) (test-predicates) (test-recursion) (test-output) (test-variables) (test-itteration) (test-types)) (deftest test-chapter3 () (test-dotted-lists) (test-listequality) (test-sequences) (test-assoc-lists) (test-stacks) (test-sets) (test-trees) (test-mapping) (test-compression) (test-access) ;(justinchap3) ) (deftest test-chapter4 () (test-hash) (test-sequences-adv) (test-structure-1) (test-structure-2) (test-bst-insert) (test-bst-find) (test-bst-remove) (test-vector) (test-bin-search) ;(justinChap4) ) (deftest test-chapter5 () (test-multiple-returns) (test-let*) ;(justinChap5) ) (deftest test-chapter6 () (test-parameters) (test-recursion-adv) (test-global-functions) (test-single?) (test-append1) (test-map-int) (test-filter) (test-most) ;(justinChap6) ) (deftest test-chapter7 () (test-streams) ;(justinChap7) ) (deftest test-chapter10 () ;(justinChap10) (test-utility-macros) (test-quicksort) ) (deftest test-chapter14 () (test-loop))