{{ANN}} clj-rate-limiter: rate limiter for clojure backed by memory or redis.

2015-08-17 Thread dennis zhuang
clj-rate-limiter is a rate limiter for clojure,that supports a rolling window, either in-memory or backed by redis. https://github.com/killme2008/clj-rate-limiter Hope it can help someone. -- 庄晓丹 Email:killme2...@gmail.com xzhu...@avos.com Site: http://fnil.net Twitter:

Re: Durable atom

2015-08-17 Thread Jeremy Vuillermet
I feel datomic is too big for what I need. Although I can deref the db at any point in time, I don't need to query nor need an immutable db right now. I may end up on datomic if there are too much data but for now I usually just need to update and store a key or path in a map. Using the

Re: Clojure Truck Factor

2015-08-17 Thread Andrew Chambers
From my outside observation you would need to hit Rich Hickey, Timothy Baldridge, David Nolen, Stuart Halloway + other cognitect staff all at once. This wouldn't exactly kill clojure. But may put it into maintenance only mode for a while. On Saturday, August 8, 2015 at 4:21:40 AM UTC+12,

Re: [ANN] Clojure 1.8.0-alpha3

2015-08-17 Thread Sean Corfield
Clojure 1.8.0-alpha3 is now available. … Tuples have been disabled after further analysis of performance impacts. Out of curiosity, could this have surfaced in alpha2 as a memory leak? We had alpha2 in production for about a week and it looked like we were seeing a very slow memory leak. Our

Re: Lispers of Legends

2015-08-17 Thread pepijn de vos
Thanks! I found out you can only have two members on a team, so I’m already full (Hi Alex). I’m currently working out how to optimise for casters. Ideally you’d know the exact damage of their skills, but this info is not available as plain data, and implementing 5*125 abilities is infeasible.

Re: Lispers of Legends

2015-08-17 Thread Michael McLellan
Dota player, not League player - but this looks really cool. I'm not sure if I'll have any time to help out but I'll definitely keep an eye on your project to see what you come up with. On Sunday, August 16, 2015 at 1:02:46 AM UTC-4, Pepijn de Vos wrote: Hi all, Are there any League of

Re: Durable atom

2015-08-17 Thread Alan Dipert
Hello, enduro may or may not be what you want, but I can say that it probably doesn't appear active only because I haven't need to fix or change it in a long time. I still use it regularly and am happy to take issues/PRs. Alan On Sunday, August 16, 2015 at 10:59:09 AM UTC-4, Jeremy Vuillermet

Re: Lispers of Legends

2015-08-17 Thread Daniel Kersten
This sounds like a lot of fun! Good luck with it. Sadly I don't have enough time to try it myself, but I will also be watching how you get on. On Mon, 17 Aug 2015 at 14:06 pepijn de vos pepijnde...@gmail.com wrote: Thanks! I found out you can only have two members on a team, so I’m already

Re: Clojure Truck Factor

2015-08-17 Thread Gary Verhaegen
On 17 August 2015 at 07:25, Jorge Branco jorge.d.f.bra...@gmail.com wrote: If a file has not been touched in two years, does it really matter who wrote it? I think that depending on the project and the kind of file, it does make a difference. One of the primary problems our team faced when

Re: run Clojurescript via %magic in an iPython notebook?

2015-08-17 Thread Lee Spector
Thanks Peter -- I'll take a look at this stuff. -Lee On Aug 16, 2015, at 8:21 PM, Peter Denno pode...@gmail.com wrote: Hi, I'm interested in this too. However, I have virtually no experience with Javascript. The place to begin the investigation, I think, is with the new, more

Re: Clojure Truck Factor

2015-08-17 Thread Gregg Reynolds
On Aug 17, 2015 12:29 PM, Gary Verhaegen gary.verhae...@gmail.com wrote: On 17 August 2015 at 07:25, Jorge Branco jorge.d.f.bra...@gmail.com wrote: If a file has not been touched in two years, does it really matter who wrote it? ... It may be just me and my bad memory, but I'm not sure I

Re: Clojure Truck Factor

2015-08-17 Thread Colin Yates
Ha - amen to that! Gregg Reynolds writes: On Aug 17, 2015 12:29 PM, Gary Verhaegen gary.verhae...@gmail.com wrote: On 17 August 2015 at 07:25, Jorge Branco jorge.d.f.bra...@gmail.com wrote: If a file has not been touched in two years, does it really matter who wrote it? ... It may be

Re: [ANN] test.check 0.8.0

2015-08-17 Thread Laurens Van Houtven
Awesome, thanks!!! On Aug 16, 2015, at 5:58 PM, Gary Fredericks fredericksg...@gmail.com wrote: oh yeah, my scale example did look a lot like fmap. There is some context on the original jira ticket http://dev.clojure.org/jira/browse/TCHECK-68. scale lets you modify the size of objects