[ANN] Loom 0.6.0

2016-04-13 Thread Aysylu Greenberg
Hi all, I'm pleased to announce that Loom 0.6.0 has been released. - Loom moved to Clojure 1.7 and uses its reader conditionals and .cljc format which paves the way for Clojurescript support (danielcompton ).

Re: more minimal clojurescript intro/app

2016-04-13 Thread William la Forge
I've never learned javascript and had hoped that clojurescript would make it easy. Much to my delight, I found that hoplon let me write everything in a single language and not have to worry about how html/js are joined. Love Hoplon! https://github.com/hoplon/hoplon -- You received this

The API Banking Team at Silicon Valley Bank (San Francisco) is Looking For a Clojure Engineer

2016-04-13 Thread jmorse
The API Banking is a new Agile team being assembled to build a brand-new web, mobile and api digital banking platform from the ground up, using the latest cutting edge tools and technologies such as Clojure, Git, Jira, Angular.js, Node.js, micro-services, Java, Rest API’s, cloud and NoSql

core.reducers documentation issue

2016-04-13 Thread Alex Miller
You can file tickets on these here: http://dev.clojure.org/jira/browse/CLJ -- 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 be

core.reducers documentation issue

2016-04-13 Thread Camilo Roca
Hey guys, I just wanted to mention some issue with the current documentation of core.reducers. I wanted to do it in github but it seems it is not possible there. Hopefully somebody from the language team can open an issue and correct (improve) it. There are actually two issues that I would

Re: [ANN] clojure.java.jdbc 0.5.8 + what's coming in 0.6.0

2016-04-13 Thread Sean Corfield
On 4/13/16, 11:50 AM, "clojure@googlegroups.com on behalf of 676c7...@gmail.com" wrote: >Would now be a good moment to bump the major version number to indicate >clearly to all clients ‘your software may break if you make the jump’? It

Re: Puzzle solving in Clojure

2016-04-13 Thread Olivier Scalbert
Thanks to all of you ! There are so much material in your answers that I need to wait this week-end to do some tests ! Clojure is cool ! -- 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

Re: [ANN] clojure.java.jdbc 0.5.8 + what's coming in 0.6.0

2016-04-13 Thread 676c7473
Would now be a good moment to bump the major version number to indicate clearly to all clients ‘your software may break if you make the jump’? Thank you, -- David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email

[ANN] clojure.java.jdbc 0.6.0-alpha1 - breaking changes

2016-04-13 Thread Sean Corfield
As announced earlier today, 0.6.0-alpha1 is now available: https://github.com/clojure/java.jdbc#change-log This is a BREAKING RELEASE! I recommend you test your applications with 0.5.8 and address any DEPRECATED warnings printed to the console first, then re-test your application with

Re: Puzzle solving in Clojure

2016-04-13 Thread Ashish Negi
Thanks puzzler for the explanation. I tried out your `unchunk` and its works nicely.. I then googled around about chunk and memory issues.. I found most issues about chunking and stack overflow.. here.. https://stuartsierra.com/2015/04/26/clojure-donts-concat [which is very good read for

[ANN] clojure.java.jdbc 0.5.8 + what's coming in 0.6.0

2016-04-13 Thread Sean Corfield
What? org.clojure/java.jdbc "0.5.8" Clojure contrib wrapper for JDBC database operations Where? https://github.com/clojure/java.jdbc#change-log Why? The 0.5.x series of releases DEPRECATES all the variadic function calls in the library and adds new function

Re: more minimal clojurescript intro/app

2016-04-13 Thread 'Alan Forrester' via Clojure
On 13 Apr 2016, at 04:18, 'Lee' via Clojure wrote: > Thanks again to Alan, Pedro, and Colin for the input on this. > > I found the modern-cljs tutorial most helpful, and was able to put the > compiled Hello World example on a server and then run it from my browser. >