Is case-sensitivity comming and when?
(Just curious what came out of that lengthy discussion a while back.)
are classes comming and when?
"when" should be interpreted as do we have it on the radar or not?
"case-sensitivity" arrived in the devel version in the form of the excentric "partial case insensitivity" where only the case of the first letters matters. I think it's a suprisingly good compromise.
There are a couple of "class" macros floating around. I always wanted to bless a particular good implementation to the stdlib but this hasn't happened yet.
@araq I am currently using a macro but i dont see how they should support super (although I admit to not understanding the black magic of macros), and without that you need to duplicate code alot.
Edit: IMO having classes like syntax and basic class functionality will help the adoption of Nim by making it a painless switch for devs with OOP mindset.