Nov 4 · 1 min read
It sounds like you are just talking about moving from one procedural language to another, variables, conditional loops etc.
That is usually a question of understating the syntax and the quirks.
I’d say the hardest programming langue you will ever learn for most developers will be their first functional language as that requires a whole new mindset. Learning how you program without variables, conditionals and loops altogether.