Lispers of Legends

2015-08-15 Thread Pepijn de Vos
Hi all, Are there any League of Legends players on this list? Riot has announced the second API challenge, and there is lots of fun and prizes to be had. https://developer.riotgames.com/discussion/announcements/show/2lxEyIcE I'm building something in the item set category. I'm using Simulated A

Re: [ANN] test.check 0.8.0

2015-08-15 Thread Laurens Van Houtven
Hi Gary Thanks a lot for your hard work; I'm a big fan of test.check and have been tracking the RCs :) Could you help me understand the difference between scale and fmap? thanks lvh Sent from my iPhone > On Aug 15, 2015, at 13:08, Gary Fredericks wrote: > > I'm happy to announce the r

[ANN] test.check 0.8.0

2015-08-15 Thread Gary Fredericks
I'm happy to announce the release today of version 0.8.0 of test.check , the QuickCheck-inspired property-based testing library. The release is light on new features, but has a couple important changes: - The generators now use an immutable random n

[ANN] system 0.1.9

2015-08-15 Thread Daniel Szmulewicz
system 0.1.9 has been released. First, a reminder of what system is: system is a repository of readymade components. It doesn't bring any new semantics on its own, but rather sits in the center of an imaginary triangle between Stuart Sierra's component, Boot

Re: Decomplecting Clojure

2015-08-15 Thread Craig Brozefsky
After working for several years in a large clojure code-base, and having been bitten by laziness a few times, I think I am still a fan of "lazy by default". I have not been bitten by issues related to agents and laziness. Mostly it's resources going out of scope because I was using a dynamic bin