Hi Dmitry,
One thing I've seen quite frequently in Clojure numerical code is some ugly
code for manipulating Java arrays with areduce / aset / aget etc. It's one
of the few areas where it's genuinely easier to write code in Java at the
moment.
So it would be awesome if the Clojure NDArray coul
Thank you. I've found it yesterday, too; just in time :)
On Wednesday, May 29, 2013 7:42:58 AM UTC+4, Ben Mabey wrote:
>
> On Tue May 28 02:40:33 2013, Dmitry Groshev wrote:
> > Sorry, I wasn't clear enough in my proposal.
> >
> > I've mentioned clojurecheck [1] in it and the possibility of ext
On Tue May 28 02:40:33 2013, Dmitry Groshev wrote:
Sorry, I wasn't clear enough in my proposal.
I've mentioned clojurecheck [1] in it and the possibility of extending
it, because in my Erlang experience property-based testing is
extremely helpful for things that operates on something pure in
com
Sorry, I wasn't clear enough in my proposal.
I've mentioned clojurecheck [1] in it and the possibility of extending it,
because in my Erlang experience property-based testing is extremely helpful
for things that operates on something pure in complicated way — exactly
like core.matrix. But cloju
First of all, congrats on the project!
Could you elaborate on your mention of QuickCheck, I couldn't find it in
the proposal.
Thanks,
Ambrose
On Tue, May 28, 2013 at 4:25 PM, Dmitry Groshev wrote:
> Hello, Clojurians.
>
> I was selected during GSoC process to implement a core.matrix-compatible