Re: What's the best option similar to Vert.x, Reactor, Nodejs for use with Clojure?

2016-01-04 Thread Andrey Antukh
Also, you can take a look to https://github.com/funcool/catacumba On Mon, Jan 4, 2016 at 12:35 AM, kovas boguta wrote: > I would also look at https://github.com/ztellman/aleph and > https://github.com/ztellman/manifold, but like Timothy says its hard to > judge without more details. > > > > > On

Re: What's the best option similar to Vert.x, Reactor, Nodejs for use with Clojure?

2016-01-04 Thread René Groß
Maybe https://github.com/ptaoussanis/sente could be of interest for you. Client library is included, which runs on websockets (if available), otherwise it will fallback to ajax. > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this gr

Re: is this macro right?

2016-01-04 Thread Seth Verrinder
Hi, I posted another answer to this. There's an additional problem with the macro that explains what you're seeing in your first example. - Seth On Monday, December 28, 2015 at 2:47:39 AM UTC-6, Mian Pao wrote: > > > http://stackoverflow.com/questions/34448773/is-function-print-has-bug-in-clojur

Re: Reducing the pain of a clojars outage

2016-01-04 Thread Toby Crawley
On Sat, Jan 2, 2016 at 8:47 PM, Mikhail Kryshen wrote: > I would suggest also considering decentralized technologies. > IPFS (https://ipfs.io/) looks like a good fit for the task. IPFS looks interesting, but I'm not sure it's worth moving to an experimental solution, especially when there are sim

Re: Reducing the pain of a clojars outage

2016-01-04 Thread Toby Crawley
Nando: Thanks for looking in to this. I've added your comments to the issue. - Toby On Sun, Jan 3, 2016 at 4:14 PM, Nando Breiter wrote: > I've spent some time looking into both Cloudflare and Fastly over the > weekend. Fastly seems to have a sophisticated purging mechanism which the > ticket m

Re: Reducing the pain of a clojars outage

2016-01-04 Thread Lucas Bradstreet
Good info. Now that we've performed the initial clojars drive, which was performed at a very fortuitous time, do you think that the problem is primarily one of money, man poweror, or both? I realise that there's a lot of kI'm happy to help in I'm one of Ri way, because I think we definit

[ANN] clasew 0.3.1 - Clojure Applescript Execution Wrapper

2016-01-04 Thread Frank Castellucci
https://github.com/FrankC01/clasew *clasew *- Clojure AppleScriptEngine Wrapper *Intent* - clasew provides an idiomatic Clojure wrapper for Java ScriptManager: specifically apple.AppleScriptManager, as well as providing scriptable applications HOF DSLs. Realizing that the audience for such

Re: Reducing the pain of a clojars outage

2016-01-04 Thread Toby Crawley
On Mon, Jan 4, 2016 at 3:31 PM, Lucas Bradstreet wrote: > Good info. Now that we've performed the initial clojars drive, which was > performed at a very fortuitous time, do you think that the problem is > primarily one of money, man poweror, or both? I realise that there's a lot > of kI'm happy to

Re: building with Leiningen within Maven

2016-01-04 Thread Elango Cheran
I'm guessing that you might be able to accomplish running Clojurescript tests within a Maven build by combining the following: 1. Take a look at the approach of building Clojurescript by running a build.clj script (ex: https://github.com/clojure/clojurescript/wiki/Quick-Start) 2. Clojurescript tes