My wishlist for Rust in scientific programming:
- A really nice ndarray library interfacing with BLAS/LAPACK, like NumPy - A nice CUDA library for wrapping the C API - A Jupyter/IPython kernel - and of course, a whole bunch of people using Rust for scientific programming.
Much of stats and linear alg is embarrassingly vectorizable. I would love to see modern SIMD implementations (preferably written in RUST) :)
And are compile languages even suited for notebook style programming?
github.com/bfrog/tin
My wishlist for Rust in scientific programming:
- A really nice ndarray library interfacing with BLAS/LAPACK, like NumPy - A nice CUDA library for wrapping the C API - A Jupyter/IPython kernel - and of course, a whole bunch of people using Rust for scientific programming.