Hacker News new | ask | show | jobs
by batterylow 1256 days ago
Evcxr is great, and I used it to write Data Analysis with Rust Notebooks [1]! There's also this video on getting up and running with it [2], although it's 2 years old.

Ultimately, the ecosystem isn't yet as convenient as something like Python. I used to keep an eye on "Are we learning yet?" [3] - although it's been a while now!

[1] https://datacrayon.com/shop/product/data-analysis-with-rust-...

[2] https://www.youtube.com/watch?v=SZKEzNL9als

[3] https://www.arewelearningyet.com

1 comments

Note that you can install evcxr and use it as a Rust REPL in your terminal (see https://github.com/google/evcxr/blob/main/evcxr_repl/README.... ). (Tip: alias it to something that you'll actually remember how to type!)