overtone

2019-01-18T10:15:00.034100Z

hello all i'm finally de-lurking in a clojure channel, sorry the post is a problem i'm having! i've got clojure 1.10.0 running on java 11.0.1 (from Oracle) on pop-os. i've installed qjackctl and added {overtone {:mvn/version !0.10.3"}} to the deps.edn file in a fresh directory. clj starts up fine but when i evaluate (use 'overtone.live) i get

--> Loading Overtone...
Syntax error macroexpanding clojure.core/ns at (app_icon.clj:1:1).
() - failed: Insufficient input at: [:ns-clauses :import :classes :package-list :classes] spec: :clojure.core.specs.alpha/package-list
[java.awt.Toolkit] - failed: simple-symbol? at: [:ns-clauses :import :classes :class] spec: :clojure.core.specs.alpha/import-list
:import - failed: #{:refer-clojure} at: [:ns-clauses :refer-clojure :clause] spec: :clojure.core.specs.alpha/ns-refer-clojure
:import - failed: #{:require} at: [:ns-clauses :require :clause] spec: :clojure.core.specs.alpha/ns-require
:import - failed: #{:use} at: [:ns-clauses :use :clause] spec: :clojure.core.specs.alpha/ns-use
:import - failed: #{:refer} at: [:ns-clauses :refer :clause] spec: :clojure.core.specs.alpha/ns-refer
:import - failed: #{:load} at: [:ns-clauses :load :clause] spec: :clojure.core.specs.alpha/ns-load
:import - failed: #{:gen-class} at: [:ns-clauses :gen-class :clause] spec: :clojure.core.specs.alpha/ns-gen-class
i'm probably missing something really simple (and it might be that clojure 1.10 is a step too far at the moment) but if anyone else has run into this and has any pointers on how to get past it, i'd be very grateful cheers

2019-01-21T08:48:50.037800Z

that depends on what you mean by "other Clojure" ๐Ÿ˜€ i notice that a pull request was merged three days ago which looks like it's fixed the issue

2019-01-21T10:28:21.038Z

just figuring out how to get it onto my machine now ๐Ÿ˜ƒ

2019-01-24T23:44:16.040700Z

brilliant. i've taken a left turn into quil recently. thank goodness I can use the same parentheses from overtone.

2019-01-25T08:15:06.040900Z

i too dabble in a little quil!

2019-01-28T19:38:45.041100Z

See you in #quil

2019-01-18T16:52:47.037300Z

sorry, havenโ€™t seen that one

2019-01-18T21:47:50.037600Z

Wow. Can you run other any other Clojure on this setup? I suspect that it isn't an Overtone specific issue.