Embedded engineer and programming languages enthusiast. If you wrote some pretty code, I wanna see it.

  • 0 Posts
  • 25 Comments
Joined 3 months ago
cake
Cake day: April 11th, 2025

help-circle

  • Depending on what I’m doing, sometimes rust will annoy me just as much. Often I’m doing something I know is definitely right, but I have to go through so much ceremony to get it to work in rust. The most commonly annoying example I can think of is trying to mutually borrow two distinct fields of a struct at the same time. You can’t do it. It’s the worst.