If so what language will you be using/learning
I’m planning on learning either elixir or gleam right now.
If you have no idea what I am talking about. Advent of Code is a yearly coding puzzle that is done by Eric Wastl since December of 2015.
https://adventofcode.com/2024
Rust has a lot going for it, I really want to like it and I did mostly enjoy the time I spent with it, but the borrow checker does get frustrating when trying to do some things that would take me like 30 seconds in C.
We had a phd student who was doing rust research write some code and he did stuff with the borrow checker that makes my brain hurt. Like a macro having a signature of a 3 tuple of variables with different lifetimes
Yep, that sounds about right, lol. Rust's macros alone are a whole can of worms that I don't even want to bother opening right now.