This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-28
Channels
- # beginners (98)
- # cider (11)
- # clj-kondo (18)
- # cljsrn (4)
- # clojure (31)
- # clojure-uk (5)
- # clojuredesign-podcast (1)
- # clojurescript (18)
- # cursive (11)
- # dirac (5)
- # emacs (1)
- # figwheel-main (6)
- # fulcro (13)
- # off-topic (3)
- # pathom (3)
- # reagent (3)
- # rewrite-clj (1)
- # shadow-cljs (2)
- # tools-deps (19)
- # vim (2)
How can I add a custom handler for a specific Java class like java.time.LocalDateTime
emmmm, I think I found this https://blog.klipse.tech/clojure/2016/09/22/transit-clojure-2.html
Is there a specific channel where those interested in the clojure-clr can ask questions? The Google Group is not very active. I'd like to be able to rebuild from source (on Windows 10), but obviously, cloning the git repository, loading up the project solution in Visual Studio 2019 Community, selecting Rebuild, is not the way. Thanks.
Hello all. Anyone had this kind of problem? I´m using emacs with clojure.
[nREPL] Starting server via "c:/ProgramData/chocolatey/bin/lein.bat" update-in :dependencies conj ^"[org.clojure/tools.nrepl \^"0.2.13\^" :exclusions [org.clojure/clojure]]^" -- update-in :plugins conj ^"[refactor-nrepl \^"2.4.0-SNAPSHOT\^"]^" -- update-in :plugins conj ^"[cider/cider-nrepl \^"0.18.0-SNAPSHOT\^"]^" -- repl :headless :host ::...
error in process sentinel: nrepl-server-sentinel: Could not start nREPL server: clojure.lang.Compiler$CompilerException: Syntax error compiling var at (cider/nrepl/middleware/pprint.clj:73:3).
#:clojure.error{:phase :compile-syntax-check, :line 73, :column 3, :source "cider/nrepl/middleware/pprint.clj", :symbol var}
I get class not found when running (import java_cup.runtime.scanner) despite having java_cup on my classpath.
FYI, Clojure import
is only needed if you want to refer to a class by something other than its full name. But also what @Andrew said as far as syntax.
@clojurians971 this doesn't work either 😞
From what I can see from the docs the Scanner interface was added in v0.10j: http://www2.cs.tum.edu/projects/cup/docs.php (see section 5.1).
I don’t know if that’s been released though. I can’t see anything obvious on http://search.maven.org
Yes @clojurians971 it seems like there isn't anything on maven.