Exception in thread "main" java.lang.Exception: Too many arguments to
def (test.clj:26)
both
(def test-list (list (:one :two :three)))
and
(def test-list '(:one :two :three))
and changing the one/two/three into strings also gives me the error on
running. I don't get the
Exception in thread "main" java.lang.Exception: Too many arguments to
def (test.clj:26)
both
(def test-list (list (:one :two :three)))
and
(def test-list '(:one :two :three))
and changing the one/two/three into strings also gives me the error on
running. I don't get the