DEV Community

Discussion on: What's Your Most Intriguing Coding Puzzle?

Collapse
 
nlxdodge profile image
NLxDoDge

I have always liked adventofcode.com/ but I try to always pick a new language each year. Last year I picked Kotlin to see what the hype was about (still doing Java and a little bit of Kotlin for work).

But now I want to pick up Rust for the first time. But it has a lot of quirks that are not regular to programming like C#, Java, Javascript, Python.
It goes more in the direction of C and C++.