comparison clojure/com/aurellem/run/bootstrap_0.clj @ 247:22f58fa47c3c

starting work on unoptimized bootstrap script.
author Robert McIntyre <rlm@mit.edu>
date Mon, 26 Mar 2012 03:08:54 -0500
parents
children b7f682bb3090
comparison
equal deleted inserted replaced
244:27ca947084cf 247:22f58fa47c3c
1 (ns com.aurellem.run.bootstrap-0
2 (:use (com.aurellem.gb gb-driver vbm))
3 (:use (com.aurellem.run title save-corruption)))
4
5
6 (defn-memo boot-0 []
7 [(root) []])
8
9
10