RE: Noob: Getting (re)started with Clojure on OS X

2019-03-14 Thread Sean Corfield
With modern versions of CIDER, those dependencies are injected automatically (and with the correct version). I would advise keeping as little as possible in your profiles.clj file – it’s possibly the number one cause of problems for Leiningen users because people forget they have some plugin

Google Summer of Docs

2019-03-14 Thread Orestis Markou
Google just announced “Summer of Docs” — from their Twitter: > Announcing Season of Docs, a new program that connects technical writers with > open source projects! > We hope Season of Docs will help technical writers get into developer > documentation, while also helping open source projects

[ANN] re-find.fx

2019-03-14 Thread jplane . tech
Hi everyone, I'd like to announce a new library, re-find.fx ! re-find.fx is an openjfx around re-find built using cljfx. It's about 80 lines of data structures to build the UI and another 100 to

Re: Closure lang for newbies in 2019

2019-03-14 Thread Eric Calonico
Awesome, Thanks!!! Em quinta-feira, 14 de março de 2019 02:29:04 UTC-3, Didier escreveu: > > I highly recommend this tutorial series: > https://aphyr.com/tags/Clojure-from-the-ground-up > Followed by this one: https://kimh.github.io/clojure-by-example/#about > And finally: