Re: Clojure based office suite?

2016-01-22 Thread Mars0i
There is a text editor written in Clojure: https://github.com/maitria/avi That's pretty far from an office suite ... -- 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 ne

Re: ANN replikativ 0.1.0 - strong eventual consistent P2P replication for clj and cljs

2016-01-22 Thread Christopher Small
Can you listen for changes on a server store? Also, have you developed a mechanism for just sharing parts of a distributed data structure? Chris On Tuesday, January 19, 2016 at 12:28:28 PM UTC-8, Christian Weilbach wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > >

Clojure based office suite?

2016-01-22 Thread Patrick Durusau
Greetings! I encountered an older blog post by Eric Rochester who mentioned as an aside the advantages of a Clojure-based word processor. I searched both Github and Sourceforge for "word processing" and then narrowed by language, Clojure. Nada, zero, the empty set. Am I looking in the wrong

Re: [ANN] Clojure/west 2016 CFP - 1 week left!

2016-01-22 Thread Charles Nutter
Ok! Good! On Friday, January 22, 2016 at 4:45:35 PM UTC-6, Alex Miller wrote: > > Clojure/west 2016 will be Apr 15-16 in Seattle, > WA and is shaping up to be a great conference. Registration will open soon, > hopefully next week! > > The Clojure/west CFP

[ANN] Clojure/west 2016 CFP - 1 week left!

2016-01-22 Thread Alex Miller
Clojure/west 2016 will be Apr 15-16 in Seattle, WA and is shaping up to be a great conference. Registration will open soon, hopefully next week! The Clojure/west CFP closes soon - Jan 29th! We would love to see a submission from you about Cl

Re: Clojure beyond Java 6 ?

2016-01-22 Thread Alex Miller
We will drop support for JDK 1.6 when we believe there is some reason for us to do so (and will assess the tradeoffs when we do). At the current time, I do not think there will be any changes in Clojure 1.9 wrt JDK support. On Friday, January 22, 2016 at 4:17:26 PM UTC-6, Andy Fingerhut wrote:

Re: Clojure beyond Java 6 ?

2016-01-22 Thread Andy Fingerhut
The only person who can say for sure whether there will be Clojure features added that require newer versions of the JVM is Rich Hickey. Alex Miller may happen to know his thoughts on this matter, if they have discussed it. I recall seeing a few discussions a few years back in the Clojure Dev Goo

[ANN] walmartslabs/shared-deps 0.2.6

2016-01-22 Thread Howard Lewis Ship
https://github.com/walmartlabs/shared-deps A leiningen plugin for managing dependencies across multi-module projects. This release improves the formatting of some error messages, and adds a Graphviz-based visualization of the dependencies. -- Howard M. Lewis Ship Senior Mobile Developer at Wal

Re: Clojure beyond Java 6 ?

2016-01-22 Thread Didier
> I’ve defended Clojure’s continued support for Java 6 on the grounds that it makes new versions of Clojure accessible to companies that are still on older versions of the JVM. As Colin says, and as seen in the Frege project, there are many valid reasons why older versions of the JVM continue to

Re: ANN replikativ 0.1.0 - strong eventual consistent P2P replication for clj and cljs

2016-01-22 Thread Teemu Kaukoranta
I just checked the About page at https://topiq.es/#. "You can run your own peer and extend the application through plugins or roll your own application on the same data!(base)." This kind of blew my mind. :) -- You received this message because you are subscribed to the Google Groups "Clojure

Re: ANN replikativ 0.1.0 - strong eventual consistent P2P replication for clj and cljs

2016-01-22 Thread Raoul Duke
http://lambda-the-ultimate.org/search/node/crdt nice to see powerful theory being made more practically available to us masses. ;-) -- 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 tha

Re: ANN replikativ 0.1.0 - strong eventual consistent P2P replication for clj and cljs

2016-01-22 Thread Teemu Kaukoranta
On Friday, 22 January 2016 20:53:25 UTC+2, Christian Weilbach wrote: > > >> There's two things that make this difficult to understand: its > >> academic nature, and the fact that many of us are just so used to > >> the central server that it's hard to imagine anything else. > > I am sorry for t

Re: ANN replikativ 0.1.0 - strong eventual consistent P2P replication for clj and cljs

2016-01-22 Thread Christian Weilbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22.01.2016 18:43, Christopher Small wrote: > Replicative lets you distribute state, so any time you'd like a > distributed system to be able to share state, this is something you > could consider to do that. In particular, every web application is >

Re: ANN replikativ 0.1.0 - strong eventual consistent P2P replication for clj and cljs

2016-01-22 Thread Christopher Small
Replicative lets you distribute state, so any time you'd like a distributed system to be able to share state, this is something you could consider to do that. In particular, every web application is a distributed system, so it's something you could use any time you wanted eventually consistent

Re: [ClojureScript] Re: ANN replikativ 0.1.0 - strong eventual consistent P2P replication for clj and cljs

2016-01-22 Thread Thomas
> > I am curious about what the Clojure community can come up with in this > area, as Clojure developers mostly open-source libraries, but not so > many build open-source applications as for instance free-software > communities in Python do. > > Just reading this and Braid came to mind: https

Re: Debugging idea for a constrained situation

2016-01-22 Thread Karim SENHAJI
Hi, We had the same in my team, and we deployed a very similar idea to work around it ! We also have a C++ application that needs to access a lot of (sometimes very heavy) cache files/dbs that vary a lot between environment. The tool we are using now allows us to either record any externally rea