Earlier quoted context omitted.
May I ask what those big ones are? How is it going to affect/improve the life of a systems programmer?
The most recent one off the top of my head is the ? syntax RFC, which should reduce the amount of error-handling boilerplate. The big ones though are: * Specialization. This will allow you to write ultra-performent generic code by special-casing when you have the knowledge. It also will be a building block for the next few features. * The bag of features colloquially known as "inheritance", though that's not really a…
Also features like that makes me wonder if you folks are really targeting C/System programmers. Sorry if I sound negative, that isn't my intention.