Comment by SilverSlash
Comment by SilverSlash 2 days ago
Is Rust still "non-mainstream"? Because it's extremely well suited for AoC. The ergonomics of a high-level language with the performance of C++.
Comment by SilverSlash 2 days ago
Is Rust still "non-mainstream"? Because it's extremely well suited for AoC. The ergonomics of a high-level language with the performance of C++.
I don't think it has a debugger but if you just want to try out something in Rust quickly: play.rust-lang.org
https://github.com/evcxr/evcxr (evcxr is short for "evaluation context and REPL")
> The ergonomics of a high-level language
Is there a way to drop into a repl like with python and pdb.set_trace()? I couldn't find one last time I played around with Rust.