[ANN] replikativ 0.2.4 - An open, scalable and distributive infrastructure for a data-driven community of applications.

2017-06-06 Thread Christian Weilbach
Hi, we have been very busy since :clojureD to make replikativ more approachable. Most importantly we have significantly improved our documentation and material under http://replikativ.io and for the underlying libraries https://github.com/replikativ/ The most important new features are: - A test

Re: [book] Programming Clojure, 3rd Edition

2017-06-06 Thread Brent Millare
Ah this brings me back... the first edition was my first Clojure book. Nice work. On Tuesday, June 6, 2017 at 4:45:28 AM UTC-4, Alex Miller wrote: > > https://pragprog.com/book/shcloj3/programming-clojure > > > I've been working on this for the last year or so - this is a newly > updated version

[ANN] dj.solo: a minimal standalone kit for distributing clojure apps that can grow

2017-06-06 Thread Brent Millare
I wrote a guide available at https://github.com/bmillare/dj.solo on how to build fully isolated minimal Clojure "deployments" for friends. This is NOT intended to be an industrial grade solution. Instead I am documenting the surprisingly simple process of loading a basic Clojure application. I

Re: Can't stop the system component

2017-06-06 Thread D.Bushenko
Thanks, Josh, you were right! On Tuesday, June 6, 2017 at 5:59:47 PM UTC+3, Josh Tilles wrote: > > Dmitry, > > You need to return the updated component from start and stop. (See the > relevant section of the documentation >

Re: Can't stop the system component

2017-06-06 Thread Josh Tilles
Dmitry, You need to return the updated component from start and stop. (See the relevant section of the documentation .) In your code, the start implementations are returning a keyword and the stop implementati

Can't stop the system component

2017-06-06 Thread D.Bushenko
Hi all, I've tried following the guide to the component and have two functions: start-all and stop-all. The start-all works as expected, but stop-all fails completely. Can anyone have a look at the code attached and help me figure out what is it wrong there? Dmitry -- You received this messa

[NOTICE] Welcome to Clojure!

2017-06-06 Thread Alex Miller
Welcome to Clojure! This is a (new) regular informational posting about this list, which is intended for discussion of any topic related to the Clojure programming language. If you are new to Clojure, there are many excellent resources for learning Clojure or finding help. Some other important p

[book] Programming Clojure, 3rd Edition

2017-06-06 Thread Alex Miller
https://pragprog.com/book/shcloj3/programming-clojure I've been working on this for the last year or so - this is a newly updated version of the first Clojure book, Programming Clojure (the book that I used when I was learning Clojure!). The 1st edition was written by Stuart Halloway around