Inspired by a blog post of Dave Thomas I started to implement my technology learning roadmap by writing little code katas.
To kill two birds with one stone I first solve a programming puzzle with my lingua franca Python. That helped me to concentrate on solving the algorithmic part of the puzzle because I don’t have to constantly worry about syntax and semantics.
Then I did the whole thing again this time in the language I want to learn: Rust
To give You an example how that works I will elaborate on the Christmas tree kata. Continue reading “Code Kata: Christmas Tree”