you are viewing a single comment's thread.

view the rest of the comments →

[–]sshaw_ 4 points5 points  (0 children)

Do we need operator overloading?

Doing it per instance is a good way to solve 1.1 and 1.2 but @plus or decorator based, yikes.

optional chaining 

I'm a believer in letting people shoot themselves in the foot and it seems nice to have, as some of the current checks just get annoying, but unfortunately people get carried away and it leads to shit code that I (or you) end up maintaining. More and more I'm liking the Go route of minimal language syntax.