Rust

By clecam, 26 January, 2025

The generated image is based on the simple prompt: "Create a humorous image highlighting the difficulty of programming in RUST." Even if the result is not perfect, I find it very relevant, and it made me laugh. I think every RUST programmer has struggled with the borrow checker.

I have developed a chess game in RUST offering a UCI allowing engine tournament. The link is the following: https://github.com/christophelc/chess_rust

The program is based on RUST and Actix actors.

By clecam, 22 August, 2024

I used to write a POC in Rust in 2020. At this time there was no LLM to help us learn a new language. My first steps were not so easy. At this time, I discovered the concept of borrower checking and ownership. Coming from Scala, I was used to full immutability too. In Rust, we have to choose even if the default is immutability. And after 3 months, I stopped using Rust.

Tags