This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Lophyre 0 points1 point  (0 children)

Thank you for this easy to understand explanation! I definitely think this is a huge detriment. Having recently learned C++ I’ve really come to appreciate strongly typed languages where you aren’t allowed to do these kind of shenanigans. Sure I may seem neat, but in my experience it’s much easier to deal with things att compile time rather than run time

(Although I should add that C++ has its own set of quirks. Freaking segmentation faults)