DEV Community

Discussion on: What is that one tool/stack/framework that you have no interest with despite the popularity?

Collapse
 
leoat12 profile image
Leonardo Teteo

If languages is permitted it's definitely Python for me. Coming from a statically typed world, mainly Java, I'm not a big fan of dynamically typed languages, but Python surpass all limits by removing curly braces and forcing me to structure the code only by identention. I lose myself pretty quickly in a small script.

Collapse
 
briwa profile image
briwa • Edited

The first time I tried Python I was surprised that the code won't let me compile because of an incorrect indentation... Coming from coding in Javascript I was truly befuddled.