Re: clojure.spec.test/instrument causes clojure.spec/exercise-fn to use generators which fail the args spec!?

2016-10-20 Thread Beau Fabry
You have two possible branches for your ::fizbuzz arguments, a one-arity and a 3-arity. The 1-arity branch allows for the value 1, which when passed to the function fizzbuzz recursively calls the function fizzbuzz with the arguments (3 5 1) is not a valid set of values for ::fizzbuzz and so

Re: clojure.spec.test/instrument causes clojure.spec/exercise-fn to use generators which fail the args spec!?

2016-10-20 Thread J.-F. Rompre
Ah, I missed thatthank you very much! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To

Re: Java like static typing for Clojure?

2016-10-20 Thread Colin Fleming
I recently spent a bunch of time researching exactly this. My motivation was that my main project, Cursive, suffers from a ton of NPEs which I find very difficult to manage. I wanted to see how difficult it would be to have a typed Clojure-like thing, using something similar to Kotlin's type

Re: Clojure with Tensorflow, Torch etc (call for participation, brainstorming etc)

2016-10-20 Thread Boris V. Schmid
Small addition to this post: There is a tiny library (toy project) of ddosic, who build a neural network with neanderthal. It might be interesting as a benchmark of what speed neanderthal can reach (although it might not currently be a good reflection of neanderthal), versus larger packages

Re: Clojure with Tensorflow, Torch etc (call for participation, brainstorming etc)

2016-10-20 Thread Dragan Djuric
Please note that this is a really a TOY nn project, actually a direct translation of gigasquid's nn hello-world. It is ridiculous to compare it with a library that delegates nn work to cuDNN. And it is a really old version of affe, that ddosic has improved in the meantime, but have not yet

Slides for my talk at EuroClojure 2016

2016-10-20 Thread Dragan Djuric
Hi all, I posted slides for my upcoming EuroClojure talk, so you can enjoy the talk without having to take notes: http://dragan.rocks/articles/16/Clojure-is-not-afraid-of-the-GPU-slides-EuroClojure -- You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: Slides for my talk at EuroClojure 2016

2016-10-20 Thread Colin Yates
Unfortunately clicking on the 'here' link takes you to a 404: http://talks/EuroClojure2016/clojure-is-not-afraid-of-the-gpu.html On 20 October 2016 at 22:38, Dragan Djuric wrote: > Hi all, I posted slides for my upcoming EuroClojure talk, so you can enjoy > the talk without

Re: Slides for my talk at EuroClojure 2016

2016-10-20 Thread Colin Yates
Chrome manages to interpret it correctly. Any one fancy a diversion of the 'fail fast/help the user' dilemma? :-) On 20 October 2016 at 23:40, Sean Corfield wrote: > The source of your blog post has > > > > The slides are available

Re: Slides for my talk at EuroClojure 2016

2016-10-20 Thread Colin Yates
I'm using Safari on El Capitan - just tried again with the same effect. However, in Chrome (on the same machine) it works fine. I wouldn't worry, it is probably just the magnetic force I seem to be emitting at the moment which makes computers do randomly stupid things. On 20 October 2016 at

Re: Slides for my talk at EuroClojure 2016

2016-10-20 Thread Sean Corfield
The source of your blog post has The slides are available here, I’m surprised any browser manages to make a legal hyperlink out of that… J Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really

Re: Slides for my talk at EuroClojure 2016

2016-10-20 Thread Dragan Djuric
Fixed it to be a hardcoded absolute address. Should work everywhere now. Thanks for reporting. On Friday, October 21, 2016 at 12:46:25 AM UTC+2, Colin Yates wrote: > > Chrome manages to interpret it correctly. > > Any one fancy a diversion of the 'fail fast/help the user' dilemma? :-) > > On

Re: Slides for my talk at EuroClojure 2016

2016-10-20 Thread Sean Corfield
That is some seriously impressive performance (in the slides) – very nice! Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood On 10/20/16, 4:02 PM, "Dragan Djuric"

Re: Slides for my talk at EuroClojure 2016

2016-10-20 Thread Dragan Djuric
It seems that some javascript doesn't get executed in Safari... I'll have to see what's happening, but for now I'll update that to use a hardcoded link. On Fri, Oct 21, 2016 at 12:40 AM, Sean Corfield wrote: > The source of your blog post has > > > > The slides are available

Re: Slides for my talk at EuroClojure 2016

2016-10-20 Thread Nando Breiter
Works on Chrome for me ... Aria Media Sagl +41 (0)76 303 4477 cell skype: ariamedia On Fri, Oct 21, 2016 at 12:41 AM, Colin Yates wrote: > I'm using Safari on El Capitan - just tried again with the same > effect. However, in Chrome (on the same machine) it works fine.

Re: Slides for my talk at EuroClojure 2016

2016-10-20 Thread Dragan Djuric
Hmm, what browser do you use? The link that I'm been shown in the browser is http://dragan.rocks/talks/EuroClojure2016/clojure-is-not-afraid-of-the-gpu.html and it works... On Thursday, October 20, 2016 at 11:43:05 PM UTC+2, Colin Yates wrote: > > Unfortunately clicking on the 'here' link takes

Re: Java like static typing for Clojure?

2016-10-20 Thread Daniel
Just curious... What do you think the primary contributing factor is for Cursive's NPEs? Java interop? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are

[ANN] rete4frames, v. 5.3.0 - CLIPS-like expert system shell

2016-10-20 Thread ru
Hi, New version 5.3.0 of rete4frames CLIPS-like expert system shell is published on https://github.com/rururu/rete4frames. News: 1. Vastly refined and simplified parts of algorithm relating to handling of negative conditions and conflict set resolution. 2. As a