
That's about what I felt when I learned Python. It really opened my eyes to a whole new world. What I thought was scary like dynamic typing turns out to hardly matter at all (provided the the code is well written of course, otherwise it's hell).
Then the new concepts that I found from scripting languages like strong vs weak typing, dynamic vs static typing, list comprehension, functional programming, closures, map, etc. It's just so cool.
I thought I need to tune my brain to different way of thinking when programming in scripting language. Turns out I'm doing alright. What needs tweaking is the way I tried to solve a problem, apparently. I think I need to zoom out and see things as a whole.
0 comments:
Post a Comment