Print debugging has its place. Sure, it’s not always the best way to debug something,
but it can often be the fastest. In this post I describe a useful way to do this in Rust
and how we can get similar behaviour in R.
I love the Rust dbg!

Continue reading: Print Debugging (Now with …