slightly faster
This commit is contained in:
parent
45df5bcc8f
commit
8338afb066
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ Use bb run --help to show this help output.
|
|||
(def clojure-main-ns (sci/create-ns 'clojure.main))
|
||||
|
||||
(defn catvec [& xs]
|
||||
(reduce into [] xs))
|
||||
(into [] cat xs))
|
||||
|
||||
(def namespaces
|
||||
(cond->
|
||||
|
|
|
|||
Loading…
Reference in a new issue