Re: core.async status?

2015-07-05 Thread Michael Blume
Looking through the tickets at http://dev.clojure.org/jira/browse/ASYNC might give you a better idea of what's planned. On Sat, Jul 4, 2015 at 8:52 PM Martin Raison wrote: > thanks! > > Le samedi 4 juillet 2015 20:38:22 UTC-7, Alex Miller a écrit : >> >> Oh just busy. We will get to a new releas

Re: awful performance on Windows 7 compared to anything else

2015-07-05 Thread Nicolas Modrzyk
Hi Colin, Would you have a subset of your app as a project on github/bitbucket so we can help finding out ? I am not sure it is related but the call to fsync in clojure http://dev.clojure.org/jira/browse/CLJ-703 looks slightly similar to what other people are seeing. https://blogs.oracle.com/

[ANN] Nginx-Clojure v0.4.0 Release!

2015-07-05 Thread Yuexiang Zhang
0.4.0 (2015-07-06) 1. New Feature: Service Side Websocket (issue #73) 2. New Feature: A build-in Jersey container to support java standard RESTful web services (JAX-RS 2.0) (issue #74) 3. New Feature: Tomcat 8 embedding support (so servlet 3.1/jsp/sendfile/JSR-356 websocket work wit

Re: [ANN] Introducing Yagni, a Leiningen plugin for finding unused code

2015-07-05 Thread W. David Jarvis
Thanks for the feedback; I agree that it would be nice for Yagni to expose a functional interface for other programs. I'll add it to the to-do list :) - D On Thu, Jul 2, 2015 at 11:02 AM, Stuart Halloway wrote: > Thanks Colin, that is exactly it. > > > On Thu, Jul 2, 2015 at 2:27 AM, Colin Fle

Re: Clojure on AWS Lambda?

2015-07-05 Thread Moe Aboulkheir
I looked into this a little over the weekend, and wrote a small library & lein template/plugin for deploying Clojurescript functions to Lambda: https://github.com/nervous-systems/cljs-lambda There's a blog post / step-by-step tutorial here: https://nervous.io/clojure/clojurescript/aws/lambda/node/

[ANN] Catacumba 0.3.2: Asynchronous web toolkit for Clojure.

2015-07-05 Thread Andrey Antukh
Hi! I'm happy to announce the 0.3.2 release of catacumba, the asynchronous and non-blocking web toolkit for Clojure build on top of ratpack[1] and netty[2]. Here a small list of relevant changes: - Many dependency updates (ratpack -> 0.9.17, netty -> 4.1.0-beta5, clojure -> 1.7.0, futura -> 0.3.

[ANN] Buddy 0.6.0: Security library for clojure.

2015-07-05 Thread Andrey Antukh
Hi! I am happy to announce a new release of buddy, a security library for clojure. Since the buddy is split in different modules, here relevant changes across all modules: buddy-core: - Improved padding's namespace api (has a little breaking change: `unpad!` function is replaced by `unpad`) - A