Re: [ANN] Clojure 1.7.0-RC2

2015-06-17 Thread Alejandro Gómez
Migrated a library from cljx to reader conditionals and tested it with both RC1 and RC2, everything works perfectly. Thank you for your work on Clojure and looking forward to the final release. On Wed, Jun 17, 2015, at 19:44, Alex Miller wrote: > Clojure 1.7.0-RC2 is now available. > > Try it vi

[:ann :book] ClojureScript Unraveled

2015-07-17 Thread Alejandro Gómez
Hello everybody, I'm happy to announce that Andrey Antoukh (@niwinz) and I published the book about ClojureScript that we have been writing lately on Leanpub. It's not still 100% complete but the sections about the language and compiler are almost done. We'd greatly appreciate any feedback, errata

Re: [:ann :book] ClojureScript Unraveled

2015-07-19 Thread Alejandro Gómez
t, any feedback will be greatly appreciated since one of the goals of the project is to make ClojureScript accesible to newcomers. > > > > Aria Media Sagl > Via Rompada 40 > 6987 Caslano > Switzerland > > +41 (0)91 600 9601 > +41 (0)76 303 4477 cell > skype: ariamedi

Re: [:ann :book] ClojureScript Unraveled

2015-07-21 Thread Alejandro Gómez
about non-Emacs editors since is what we both use; in my case with inferior-clojure mode. It'd be great if Cursive, Light Table, vim & co users contribute an appendix about their setup. > A chapter like "ClojureScript for Clojure devs" would be great IMO. > > >

[:ann] cats 1.0.0

2015-09-17 Thread Alejandro Gómez
Hello everyone, I'm glad to announce the 1.0.0 release of cats[1], a library with category theory and algebraic abstractions for Clojure(Script). This release packs a lot of new features and it also has breaking changes. We're happy with the API and we've settled it in this 1.0.0 release, the next

Re: Processing futures and promises asynchronously

2015-10-27 Thread Alejandro Gómez
ure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://grou

[:ann] urania: a library for elegant and efficient remote data access

2016-02-27 Thread Alejandro Gómez
Hello everyone, I'm happy to announce the first release of urania, a library for making fetching data from remote sources such as databases or HTTP services elegant and efficient. The library is based in the initial work in Muse by Alexey Kachayev but has evolved on its own. It also borrows heavil

Re: [:ann] urania: a library for elegant and efficient remote data access

2016-02-27 Thread Alejandro Gómez
On Sat, Feb 27, 2016, at 17:13, Teemu Kaukoranta wrote: > I'm curious how exactly is this different from Muse? What made you create > another project that to mee loks very similar? Great question, there are many differences between urania and muse. First of all, the patches to Muse that fixed some