Re: Clojure, Java 9, and you

2017-06-05 Thread Alex Miller
Nothing? On Monday, June 5, 2017 at 6:24:46 PM UTC-5, Matching Socks wrote: > > Reading between the tea leaves, what does the delay in Java 9 (in > connection with modularity) portend for Clojure? > > > http://www.infoworld.com/article/3198912/java/java-9-delayed-due-to-modularity-controversy.htm

Re: Clojure, Java 9, and you

2017-06-05 Thread Matching Socks
Reading between the tea leaves, what does the delay in Java 9 (in connection with modularity) portend for Clojure? http://www.infoworld.com/article/3198912/java/java-9-delayed-due-to-modularity-controversy.html -- You received this message because you are subscribed to the Google Groups "Clojur

Re: The Empire Strikes Back: Microsoft Visual Studio IDE Integration for F#

2017-06-05 Thread Alan Thompson
Link: https://blogs.msdn.microsoft.com/dotnet/2017/05/31/why-you-should-use-f/ On Mon, Jun 5, 2017 at 9:23 AM, Alan Thompson wrote: > Here is an interesting talk from MS Build 2017 conference, especially when > compared to similar capabilities in Clojure/Cursive, etc. > > For the first time the

[ANN] maker-2.0.0 is released - think in dependencies to have less dependencies

2017-06-05 Thread Tamás Jung
Let the machine write the part it is better at. https://github.com/tamasjung/maker -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please b

Re: Adding debug traces to expressions

2017-06-05 Thread Alan Thompson
Hi - The Tupelo library has some nice "spy" debugging tools available . ​ Full docs are available on GitHub pages: http://cloojure.github.io/doc/tupelo/index.html My favorite one is `spyx` (short for "spy expression"). It is used like this:

The Empire Strikes Back: Microsoft Visual Studio IDE Integration for F#

2017-06-05 Thread Alan Thompson
Here is an interesting talk from MS Build 2017 conference, especially when compared to similar capabilities in Clojure/Cursive, etc. For the first time they can do code completion, IDE REPL integration, and simple refactorings (e.g. "Rename Variable"). They also have an interactive data explorer

Suggested tooling or advice for planning structure of programs

2017-06-05 Thread Karl Blomström
Hello all! Do you have any recommendations on tools or methods to use when planning ones software projects? At the moment I am getting by with flow charts to visualize data-flow but every so often I find that my developing process becomes very dynamic, I try alot of different solutions and ideas,