on this page https://clojurecl.uncomplicate.org/articles/getting_started.html this line: (:require [uncomplicate.commons.core :refer [info]) should be (:require [uncomplicate.commons.core :refer [info]]) notice the second trailing square bracket ].
on this page
https://clojurecl.uncomplicate.org/articles/getting_started.html
this line:
(:require [uncomplicate.commons.core :refer [info])
should be
(:require [uncomplicate.commons.core :refer [info]])
notice the second trailing square bracket ].