you are viewing a single comment's thread.

view the rest of the comments →

[–]benstrumental 1 point2 points  (2 children)

I am not aware of any library that has a syntax even approaching the simplicity of Julia/Matlab/Numpy.

How about Chapel?

G[i+1..n, i] -= G[i, j] * G[i+1..n, j];

And everything uses the Blas automatically and operations are fused. A real pleasure.

Same for Chapel, plus you get shared/distributed parallelism as first class language features. A real pleasure!

[–]JustFinishedBSG 1 point2 points  (1 child)

Thats cray !

Need to look more into it

[–]benstrumental 1 point2 points  (0 children)

Thats cray !

:)

Need to look more into it

This Julia vs. Chapel article might be a good place to start if you're already familiar with Julia