Mercurial > vba-clojure
comparison clojure/com/aurellem/run/bootstrap_1.clj @ 603:b3e5006e23f0
cache advanced moves.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 02 Sep 2012 09:33:40 -0500 |
parents | 0e30fd920e6a |
children | c8cda378e1a0 |
comparison
equal
deleted
inserted
replaced
602:0e30fd920e6a | 603:b3e5006e23f0 |
---|---|
810 | 810 |
811 | 811 |
812 (defn launch-main-bootstrap-program | 812 (defn launch-main-bootstrap-program |
813 ([] (launch-main-bootstrap-program | 813 ([] (launch-main-bootstrap-program |
814 ;;(control-checkpoint) | 814 ;;(control-checkpoint) |
815 ;;(launch-bootstrap-program) | 815 (launch-bootstrap-program) |
816 (item-writer-test-script) | 816 ;;(item-writer-test-script) |
817 )) | 817 )) |
818 ([script] | 818 ([script] |
819 (->> script | 819 (->> script |
820 (play-moves | 820 (play-moves |
821 (bootstrap-pattern (main-bootstrap-program))) | 821 (bootstrap-pattern (main-bootstrap-program))) |