clojurescript

ClojureScript, a dialect of Clojure that compiles to JavaScript http://clojurescript.org | Currently at 1.10.879
zhuxun2 2020-11-11T02:35:32.141700Z

In the source code I see the multi-method cljs.test/thrown? but when I tried to require it the compiler says that Invalid :refer, var cljs.test/thrown? does not exist. How come?

dpsutton 2020-11-11T02:47:01.142600Z

Because it’s just a symbol. There’s a multi method method that interprets it

👍 2
dpsutton 2020-11-11T02:47:15.143Z

Read the doc string of clojure.test

Chris McCormick 2020-11-11T12:57:38.144900Z

An issue filed on one of my repositories has this rather long Java stack trace and I have no idea where to begin. It compiles fine on my local. Any tips on how I should begin to diagnose this?

388 |   (go
---------^----------------------------------------------------------------------
Error in phase :compilation
StackOverflowError: 
	java.lang.ClassLoader.defineClass1 (ClassLoader.java:-2)
...
https://github.com/chr15m/slingcode/issues/109#issuecomment-724756119