sci: support reload
This commit is contained in:
parent
4008546ad7
commit
45da56a964
2 changed files with 2 additions and 3 deletions
2
sci
2
sci
|
|
@ -1 +1 @@
|
||||||
Subproject commit c814809420b0349a8e6f9ac601a83b4d49f5b7dc
|
Subproject commit 79c998a87b1f02b97b490224fcf8c491567a88b3
|
||||||
|
|
@ -220,8 +220,7 @@ Everything after that is bound to *command-line-args*."))
|
||||||
csv clojure.data.csv
|
csv clojure.data.csv
|
||||||
json cheshire.core})
|
json cheshire.core})
|
||||||
|
|
||||||
(def cp-state (atom {:loader nil
|
(def cp-state (atom nil))
|
||||||
:cp nil}))
|
|
||||||
|
|
||||||
(defn add-classpath* [add-to-cp]
|
(defn add-classpath* [add-to-cp]
|
||||||
(swap! cp-state
|
(swap! cp-state
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue