Mercurial > vba-clojure
comparison clojure/com/aurellem/run/bootstrap_0.clj @ 250:b7f682bb3090
updated title and save_corruption to work with all the recent updates
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 26 Mar 2012 03:49:33 -0500 |
parents | 22f58fa47c3c |
children | d9e0752da684 |
comparison
equal
deleted
inserted
replaced
248:e94d20ad853e | 250:b7f682bb3090 |
---|---|
1 (ns com.aurellem.run.bootstrap-0 | 1 (ns com.aurellem.run.bootstrap-0 |
2 (:use (com.aurellem.gb gb-driver vbm)) | 2 (:use (com.aurellem.gb gb-driver vbm)) |
3 (:use (com.aurellem.run title save-corruption))) | 3 (:use (com.aurellem.run title save-corruption)) |
4 (:use (com.aurellem.exp item-bridge))) | |
4 | 5 |
5 | 6 |
6 (defn-memo boot-0 [] | 7 (defn-memo boot-root [] |
7 [(root) []]) | 8 [(root) []]) |
8 | 9 |
9 | 10 |
10 | 11 |