gauge & catch should be done with implicit lambdas or something that achives the same thing. (And if possible without performance penalty, so should for, if and while...)
I've been dreaming of converting :: from being 100% syntax to becoming a part of the identifiers themselves. Or, solved entirely with named scopes (similar to python). However, that might not be solvable.
sscanf would probably be the last thing to go on my list, because it's soo damn convenient... :)
/ Fredrik (Naranek) Hubinette (Real Build Master)
Previous text:
2003-12-23 02:24: Subject: Re: C#-like properties
sscanf is on the top of my list of things that should go. the current implicit lambda is next.
for gauge, catch and :: i wonder how would you achive their functionality in other ways?
greetings, martin.
/ Brevbäraren