D language have excellent support functional and array features with parallel support. On top that not known to others it has high performance native BLAS kind of library with ergonomic and intuitiveness similar to python [1].
[1] Numeric age for D: Mir GLAS is faster than OpenBLAS and Eigen (2016):
http://blog.mir.dlang.io/glas/benchmark/openblas/2016/09/23/...
That's incorrect. Futhark doesn't even have linear algebra primitives---everything has to be done in terms of map/reduce/etc: https://github.com/diku-dk/linalg/blob/master/lib/github.com...
[1] https://en.wikipedia.org/wiki/APL_(programming_language)
[2] https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprogra...
yubblegum•5h ago
https://chapel-lang.org/
marai2•3h ago
https://chapel-lang.org/blog/posts/chapelcon25-announcement/
throwaway17_17•52m ago
Even if you aren’t involved in HPC I’d say the concepts transfer or provide a great basis for parallel and distributed idioms and methodologies that can be adapted to existing languages or used in development of new languages.
TL;DR - Chapel is cool and if you are interested in the general subject matter (despite a different focus) Fortress, which is discontinued, should also be checked out.