Prevent reader conditional from violating syntax outside of :clj

This commit is contained in:
Lee Spector 2023-09-03 21:43:23 -04:00
parent a27c7f8477
commit ced767960c

View File

@ -79,7 +79,7 @@
#?(:clj (shutdown-agents))) #?(:clj (shutdown-agents)))
;; ;;
(>= generation max-generations) (>= generation max-generations)
#?(:clj (shutdown-agents)) (do #?(:clj (shutdown-agents)))
;; ;;
:else (recur (inc generation) :else (recur (inc generation)
(if (:elitism argmap) (if (:elitism argmap)