This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-18
Channels
- # aleph (1)
- # announcements (2)
- # aws (4)
- # beginners (73)
- # boot (2)
- # boot-dev (3)
- # cider (6)
- # cljs-dev (40)
- # clojure (64)
- # clojure-austin (2)
- # clojure-belgium (1)
- # clojure-dev (25)
- # clojure-estonia (1)
- # clojure-europe (16)
- # clojure-italy (11)
- # clojure-nl (4)
- # clojure-spec (90)
- # clojure-sweden (2)
- # clojure-uk (105)
- # clojurescript (58)
- # core-async (10)
- # cursive (23)
- # data-science (1)
- # datascript (3)
- # datomic (14)
- # duct (11)
- # fulcro (48)
- # graphql (1)
- # hyperfiddle (3)
- # kaocha (95)
- # liberator (1)
- # lumo (6)
- # nrepl (1)
- # off-topic (14)
- # onyx (2)
- # overtone (8)
- # portkey (3)
- # re-frame (31)
- # reagent (6)
- # shadow-cljs (185)
- # sql (12)
- # tools-deps (6)
- # vim (6)
- # yada (224)
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
cheersWow. Can you run other any other Clojure on this setup? I suspect that it isn't an Overtone specific issue.
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
brilliant. i've taken a left turn into quil recently. thank goodness I can use the same parentheses from overtone.
See you in #quil