Re: Clojars moved to new infrastructure

2020-03-25 Thread Howard Lewis Ship
As always, thanks so much for maintaining this critical Clojure infrastructure. On Sat, Mar 21, 2020 at 2:01 PM Toby Crawley wrote: > As announced on March 15th[1], we are in the process of moving > Clojars.org to new infrastructure hosted on AWS. We've beta tested for > the past week (thanks

Re: WebApp authentication and authorization - up-to-date information?

2020-03-25 Thread z9znz
Thanks very much for posting this and making the effort to document so well! On Wednesday, March 25, 2020 at 2:04:56 AM UTC+1, Gary Johnson wrote: > > Hi folks, > > While it's not directly to your point, here is a pretty complete (IMHO) > repository that I put together for getting you going with

Destructuring in Kotlin

2020-03-25 Thread Alan Thompson
I was just reading an article on Kotlin and noticed they have nearly identical destructuring syntax as in Clojure: for ((k, v) in map) { println(ā€œ$k -> $vā€) } Kotlin can also be compiled into JavaScript ES5.1 to target browsers, just like with ClojureScript. -- You received this message

[ANN] Full stack web development with Clojure/Script and Datomic step-by-step tutorial

2020-03-25 Thread Milan Toth
Hello Everyone, I wrote a step-by-step tutorial on Clojure/Script and Datomic based web development because it would have been very handy for me when I started learning it : https://github.com/milgra/tutorials/blob/master/full-stack-web-development-with-clojure-and-datomic.md I also wrote a