July 22, 2024
Matthew Brown
I've been working on a chess engine for a while now, because I wanted to learn more about machine learning. I started the project in Python, but I then decided to swap to C++ for the control and better performance. I had written a significant amount of code already, but I've decided to again rewrite the code in Rust, because I like the safety aspect, newer features and because a lot of other people seem to like Rust. I also usually program in the attempt to learn new things, and learning another language with a good project is always a good thing to learn.