euroclojure

20-21 July 2017 Berlin
leonardoborges 2015-06-11T00:59:56.000199Z

@here I'm in the process of finishing up my talk for EuroClojure but wouldn't mind customizing it to add things people might be interested in hearing about. The title is "Realtime collaboration with Clojure"

leonardoborges 2015-06-11T01:00:17.000200Z

And the abstract: "At Atlassian we are currently building services to enable realtime collaboration in both new and existing products. Of all technologies we could have chosen from we picked Clojure and ClojureScript. In this talk I will share the reasons for this choice, the benefits of running Clojure both on the server and on the client-side as well as our clustering solution built on top of core.async."

leonardoborges 2015-06-11T01:01:05.000201Z

I want to make it as interesting and practical as possible so people can take the most out of it :simple_smile:

gjnoonan 2015-06-11T07:01:55.000202Z

@leonardoborges that is already really interesting to me! And (as an atlassian user) the abstract excites me ☺️

gjnoonan 2015-06-11T07:03:10.000204Z

Interested to hear about these clustering solution!

gjnoonan 2015-06-11T07:03:33.000205Z

Are you talking about a few of the libraries you're using? Strengths and weaknesses of them..

slipset 2015-06-11T08:17:21.000207Z

@leonardoborges: how do you deal with access to clojure programmers? Is this a greenfield effort or does it replace existing code?

leonardoborges 2015-06-11T08:19:45.000208Z

@gjnoonan: tks! I'm definitely gonna touch on some of the libraries :simple_smile:

leonardoborges 2015-06-11T08:20:01.000209Z

@slipset: this particular project is green field

gphilipp 2015-06-11T16:39:47.000212Z

@leonardoborges: that’s very interesting. We have a big Jira install base at my company, and it’s quite slow. Can you share what kind of realtime collaboration you’re planning to add ?