Re: Classpath bug re Clojure 1.10.1.645 when using Figwheel.Main

2020-09-14 Thread 'Alex Miller' via Clojure
Just FYI, we have a plan to address this and it should be in the next stable version. > On Sep 14, 2020, at 1:00 AM, 'bed...@yahoo.com' via Clojure > wrote: > >  > I couldn't agree more. > > It really boils down to the simple fact that class loading in the JVM - for > the standard

Numerical Linear Algebra for Programmers - Clojure Book - New Release 0.10.0

2020-09-14 Thread Dragan Djuric
https://aiprobook.com/numerical-linear-algebra-for-programmers/ with new chapter, Hello World Numerical Linear Algebra for Programmers: An Interactive Tutorial with GPU, CUDA, OpenCL, MKL, Java, and Clojure is... ...basically… a book for programmers interactive & dynamic a direct link from

Re: Classpath bug re Clojure 1.10.1.645 when using Figwheel.Main

2020-09-14 Thread 'bed...@yahoo.com' via Clojure
I couldn't agree more. It really boils down to the simple fact that class loading in the JVM - for the standard classloaders - is well-defined. If a build tool is not able to reflect this, it is an unreliable build tool. It doesn't matter if anyone thinks CLASSPATH order shouldn't matter from