Re: [ANN] Clojure 1.8.0-RC2

2015-12-11 Thread Alex Miller
Hey Serzh, Rich just pushed a change to master that removes unused interns in the static initializers - we are doing some further testing on it before creating an RC but if you wanted to check it out as a snapshot, I'd be interested in hearing your feedback in particular as you have a specific

Pilloxa, eHealth IoT startup is looking for app/backend devs. Clojure(Script) stack.

2015-12-11 Thread Viktor Eriksson
Hi! Interested in working with Clojure on your day job? Pilloxa is an eHealth IoT startup sprung from a research project here in Stockholm. We are looking for app/backend developers. Our solution solves a problem that, only in Sweden, causes 4000 deaths and costs 2 bn EUR per year. Stack:

tiesql - Clojure sql lib to do sql stuff and more

2015-12-11 Thread Mamun
Hi All, Find link in bellow https://github.com/Mamun/tie/tree/master/tiesql Clojurescript/om example https://github.com/Mamun/tiesql-om Still work in progress but look forward to get your feedback. Br, Mamun -- You received this message because you are subscribed to the Google Groups

Re: Streamlining dev environment startup

2015-12-11 Thread Webdev Tory Anderson
Ah, very good. I see that in the new Luminus templates, and look forward to trying it. -- 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 new members are moderated -

Re: Clojure community organisation

2015-12-11 Thread Devin Walters
This initiative seems overdue by a couple years. I would like to offer some non-trivial portion of my time. Is there anywhere people could donate to ensure this becomes a valuable and positive community reality? On Thu, Dec 10, 2015 at 4:38 PM Alex Miller wrote: > I don't

[ANN] Scheje - a tiny scheme on top of Clojure using Macros

2015-12-11 Thread Rafik NACCACHE
Hi everybody, I published the scheme kernel of what we've done during the last clojure cup and compiled it into a little project: Scheje - https://github.com/turbopape/scheje Scheje uses clojure macros to interpret some light scheme and evaluate it. In fact, this version works quite decently

Re: Streamlining dev environment startup

2015-12-11 Thread Dmitri
The recommended way to manage components in Luminus is using the mount library (https://github.com/tolitius/mount), it's much less intrusive than Component in my opinion and provides most of the same benefits without requiring you to structure your application around it. The latest version of

[ANN] aatree release 0.6.1--Db-chan, Null-db-cache and LRU-db-cache

2015-12-11 Thread William la Forge
The aatree project provides fully compatible alternatives to Clojure sorted-map, sorted-set and vector, with several extensions: - AAVector supports add/drop at any point using addn and dropn. - AAMap and AASet implement Reversible, Counted, Indexed and Sorted - CountedSequence implements