Re: gen-class/AOT considered harmful (in libraries)???

2019-09-01 Thread atdixon
Hi, Dimitris - It looks from Clojure source [1] that Clojure compiles to v1.8 class files, so this should be mean you can run in any JVM 1.8 and beyond. When you say you are deliberating including Clojure as a proper dependency. I've noticed that some Clojure libraries will have Clojure listed

Re: gen-class/AOT considered harmful (in libraries)???

2019-09-01 Thread Didier
AOT does matter, because AOT is transitive. Effectively, all AOT builds are like Uberjars. They compile your code and the code of your dependencies and theirs as well into .class files putting everything in the build folder. Then the package will take all the classes and put them in the Jar. An

Re: Web meeting series: data visualization and literate programming

2019-09-01 Thread Daniel Slutsky
Here is the video of last Thursday's meeting, with Jon Anthony's talk abouut Hanami&Saite -- moderated by John Stevenson: https://youtu.be/3Hx7kbub9YE On Fri, 23 Aug 2019 at 16:43, Daniel Slutsky wrote: > Preparing to the meeting next week, with Jon Anthony 's talk about > interactive data visu