Re: Clojurists Together is funding CIDER and ClojureScript from May-July

2018-04-25 Thread Didier
Hey, sweet. I'm really liking Clojurist together, and I appreciate how its able to give competitive-ish salaries to fund the work. Hopefully it grows bigger, but even if it remain small and cozy, I think it can bring a lot of value. On Wednesday, 25 April 2018 14:32:34 UTC-7, Daniel Compton

Re: [ANN] org.clojure/java.jdbc 0.7.6

2018-04-25 Thread Avelino
Very very good work. Cheers, Avelino On Wed, Apr 25, 2018 at 19:45, Sean Corfield wrote: > https://github.com/clojure/java.jdbc#change-log > > [org.clojure/java.jdbc "0.7.6"] A low-level Clojure wrapper for JDBC-based > access to databases. > > Release 0.7.6 on 2018-04-24

[ANN] org.clojure/java.jdbc 0.7.6

2018-04-25 Thread Sean Corfield
https://github.com/clojure/java.jdbc#change-log [org.clojure/java.jdbc “0.7.6”] A low-level Clojure wrapper for JDBC-based access to databases. Release 0.7.6 on 2018-04-24 * execute! now supports :return-keys as a vector of column names, rather than just a simple Boolean value, for

Re: Clojure/flutter

2018-04-25 Thread Robert Levy
What would you say is the advantage of using Flutter instead of React Native? Assuming you're not interested in Dart, what is the selling point? On Wed, Apr 25, 2018 at 2:42 PM, Gregg Reynolds wrote: > Flutter is looking pretty good to me. Sure would be nice to have a >

Clojure/flutter

2018-04-25 Thread Gregg Reynolds
Flutter is looking pretty good to me. Sure would be nice to have a clojure->flutter compiler. Anthing there, there? -- 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

Clojurists Together is funding CIDER and ClojureScript from May-July

2018-04-25 Thread Daniel Compton
Hi folks Clojurists Together is funding Bozhidar Batsov and Mike Fikes $5,400USD each to work on CIDER and ClojureScript (respectively) from May-July. You can read more about the work they're doing at in the announcement . We

Re: Clojure Games

2018-04-25 Thread Mark Engelberg
I created this game for last year's Hour of Code, using Clojurescript and Phaser: http://robot-repair.thinkfun.com/ On Wed, Apr 25, 2018 at 6:17 AM, Gerard Klijs wrote: > I worked on a snake game, where there is a function form one state to the > next. You can play other

Re: Clojure Games

2018-04-25 Thread Gerard Klijs
I worked on a snake game, where there is a function form one state to the next. You can play other client site, which can get slow on slow devices, or server-side, I also added some simple rule-based ai, https://github.com/gklijs/snake I continued working for a bit on it in a corparate repo,

Re: Clojure Games

2018-04-25 Thread Kris Leech
I'm currently working on a multi player game, when I have time. The backend in Clojure, the frontend in Javascript (as in a HTML browser based UI). So far it has been a really fun project and a great learning experience. All communication is over web sockets (using http-kit). I send events