Lerning Rust (and Maths)

Finally scheduled some time to learn Rust. I bought a book ages ago and also joined a course on Udemy, which was kind of alright, but didn’t really get me going. Then I found the Youtube channel of Ryan Levick, and it’s really great. I can highly recommend to fire up your IDE and code along watching his videos.

At the same time I’m trying to refresh my maths. Also ages ago I bought A Programmer’s Introduction to Mathematics. But as I rather used it for bedtime reading it didn’t really get me anywhere. So I thought I just take the ideas from there and try to implement them in Rust. This way I hopefully pick up both!

So far I’ve implemented the ‘Polynomial interpolation’ mentioned in the first few pages of the book, code on GitLab