Re: What is the minimal Emacs config for practical Clojure development?

2018-07-08 Thread Austin Haas
Quick update. After a reboot, my REPL starts up much faster (~3-4 seconds) than I reported above. Sorry for the noise. I started adding CLJS support to inf-clojure: https://github.com/austinhaas/inf-clojure/tree/cljs Some of the problems that I reported above were due to inf-clojure only par

Re: group rows on basis of value in a column in CSV with clojure

2018-07-08 Thread Philipp Neumann
Hi. Check out the doc to group-by and try (group-by #(nth % 2) testvector) Regards Am So., 8. Juli 2018 um 08:08 Uhr schrieb Varun J.P : > Hi All, > Thanks for the tip to use (group-by last …) > It was working fine until my csv file got updated. Now i am not sure abt > the number of columns in

[ANN] Clojure 1.10.0-alpha6

2018-07-08 Thread Alex Miller
Clojure 1.10.0-alpha6 is now available. 1.10.0-alpha6 includes the following changes since 1.10.0-alpha5: - CLJ-2367 - Incorporate fix for embedded ASM regression and add case tests - thanks Sean Corfield for the patch and Daniel