pegthing
pegthing copied to clipboard
Does not work out of the box with Clojure 1.10.1
In project.clj
I updated :dependencies [[org.clojure/clojure "1.10.1"]]
. Furthermore I add to change
(ns pegthing.core
(:gen-class))
since set is loaded with clojure.core now.
Me too!!
Thanks