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
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
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
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
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
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
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
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
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