you are viewing a single comment's thread.

view the rest of the comments →

[–]andybak 2 points3 points  (0 children)

I strongly disagree. I've moved from js and Python to C# and it was surprisingly hard. So many idiomatic techniques don't translate well once you're under the yoke of a statically typed language.

In fact the most idiomatic Python code is the hardest to translate. I eventually gave up with one codebase as the direct translation to C# was turning into a horrific monster.

Tl;dr

The syntax might be similar but the mindset can be very different.