Mercurial > vba-clojure
comparison clojure/com/aurellem/gb/util.clj @ 212:8523faa122b0
fixed compilaition error in dylan's code
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 23 Mar 2012 18:06:37 -0500 |
parents | fd549c8f42ae |
children | c9a855de1d07 |
comparison
equal
deleted
inserted
replaced
211:661d35f1b56e | 212:8523faa122b0 |
---|---|
104 (filter | 104 (filter |
105 (comp (partial apply distinct?) second) | 105 (comp (partial apply distinct?) second) |
106 (zipmap backbone | 106 (zipmap backbone |
107 (apply (partial map list) seqs))))) | 107 (apply (partial map list) seqs))))) |
108 | 108 |
109 (defn temporal-compare [& states] | |
110 (apply common-differences | |
111 (map (comp vec memory) | |
112 states))) | |
113 | |
109 (defn mid-game [] | 114 (defn mid-game [] |
110 (read-state "mid-game")) | 115 (read-state "mid-game")) |
111 | 116 |
112 | 117 |
113 | 118 |