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

2016-05-31 Thread Bobby Bobble
> - Ability to declare graphs / stacks of operations (somewhat analogous to > tensorflow) > I'd be interested to know more as I've been working with factor graphs in Clojure with core.matrix, and it sounds related -- have you done anything like message-passing on graphs ? -- You received t

Re: New Matrix Multiplication benchmarks - Neanderthal up to 60 times faster than core.matrix with Vectorz

2016-03-15 Thread Bobby Bobble
I'm in the same boat as Mars0i in that I've written a load of code with core.matrix, which I'm happy with and which I will never have time to rewrite for Neanderthal. If I had a new project that was performance-critical I might bother to learn Neanderthal but for my existing project, speed is s

Re: [ANN] cljs-mathbox, wrapper for the MathBox JS lib

2015-12-10 Thread Bobby Bobble
very happy this exists thanks! On Thursday, December 10, 2015 at 12:20:16 AM UTC, Egg Syntax wrote: > > I've just released cljs-mathbox, an idiomatic cljs wrapper around the > MathBox visualization library. > > MathBox is a powerful > library f

Re: Clojure Objects

2015-11-24 Thread Bobby Bobble
spooky action at a distance - back to OO again! On Tuesday, November 24, 2015 at 3:21:45 PM UTC, William la Forge wrote: > > As in quantum entanglement? :-) > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojur

Re: Clojure Objects

2015-11-24 Thread Bobby Bobble
"Careful - ‘complect’ has a very specific meaning" OK something to do with braiding, yes. But, if someone has to explain the etymology of their word to you for it to make sense, then the word has failed. If you mean "braided" say "braided", or better still "tangled"! I mean, "braided" or "p

Re: Clojure Objects

2015-11-24 Thread Bobby Bobble
On Tuesday, November 24, 2015 at 8:19:41 AM UTC, Colin Yates wrote: > > > (Clojure's vocabulary is not to be questioned...why say "conflate" or > "confuse" when you can say "complect" to reinforce in-group membership ?) > /rant > > THANK YOU! I can't count the number of times I've had to restr

Re: Clojure Objects

2015-11-23 Thread Bobby Bobble
let's not forget that Clojure's datastructures are objects. They respond to messages like seq, first, rest etc (which requires a bit more complexity than what Clojurians hail as "just data", which would be like 1010101101010100011011...what Clojurians really mean by that term is som

best practice with forked libraries

2015-11-17 Thread Bobby Bobble
Say there's a dependency that I fork and add some features I need for my team's project. I can use my fork locally with lein install no problem, and so can others *if* they clone my fork and do the same. It would be more convenient if I could publish my fork to Clojars and depend on that, and m

Re: Library suggestions requested for clojure-toolbox.com

2015-10-06 Thread Bobby Bobble
Instar https://github.com/boxed/instar would go under Data Transformation On Monday, October 5, 2015 at 8:41:11 PM UTC+1, James Reeves wrote: > > If you've written or know about a Clojure or ClojureScript library, and > it's not already on clojure-toolbox.com , >

Re: [ANN] ClojureCL - OpenCL 2.0 Clojure library (GPGPU and high performance parallel computing)

2015-06-17 Thread Bobby Bobble
superb! are there any plans to include opengl context sharing for visualisation ? -- 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