Re: Clojure design patterns

2017-11-25 Thread Simon Luetzelschwab
FYI Thanks for sharing. It ended up hitting the front page of HN with a healthy conversation about Clojure in the comments - https://news.ycombinator.com/item?id=15771561 On Nov 23, 2017 1:33 AM, "Jacek Grzebyta" wrote: > That is my latest discovery. Very good blog with common design patterns

Re: Unexpected behaviour of transient map

2017-11-25 Thread Matching Socks
A docstring need not be a rope ladder that leads to all truth. (That would be a project for the IDE documentation access improvement brigade.) But the docstring of "assoc!" feints in a direction that makes this a frequently-asked question. -- You received this message because you are subscri

Re: EPL 2.0

2017-11-25 Thread Aspasia Beneti
Sorry for the late response, I had somehow disabled notifications from this thread. Thank you for your answers. I am far from a legal expert, but I had to do some research about the licensing matters as I am in a bit of a dead end situation: I work for an NGO that works a lot with European proj

Re: Unexpected behaviour of transient map

2017-11-25 Thread Mikhail Gusarov
Hello. The reader of any particular docstring cannot be expected to magically know that there is another, better, piece of documentation. Regards, Mikhail On Sat, 25 Nov 2017, at 02:10, Timothy Baldridge wrote: > But this behavior is already documented in the official transients > overview at htt