Skip to content

Commit

Permalink
Exclude -main when doing use-clojush.
Browse files Browse the repository at this point in the history
  • Loading branch information
lspector committed May 23, 2016
1 parent c2bc464 commit 4360a08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/clojush/ns.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

(defmacro use-clojush
[]
'(do
(use '(clojush core evaluate globals individual interpreter pushstate random simplification util))
'(do
(use '(clojush.core :exclude (-main)))
(use '(clojush evaluate globals individual interpreter pushstate random simplification util))
(use '(clojush.instructions boolean code common numbers random-instructions return string tag zip))
(use '(clojush.pushgp breed genetic-operators parent-selection pushgp report))))

0 comments on commit 4360a08

Please sign in to comment.