(original) (raw)
On Thu, Jul 22, 2010 at 10:04 AM, Bartosz Tarnowski <bartosz-tarnowski@zlotniki.pl> wrote:
Let all reserved words be preceded with some symbol, i.e. "!" (exclamation mark). This goes also for standard library global identifiers.
!for boo in foo:
� �!if boo is !None:
� � � �!print(hoo)
� �!else:
� � � �!return !sorted(woo)
A) this should be in the 'ideas' list�
B) it will never ever happen. not only does it have very few benefits it makes every single piece of python code ever�written�invalid and it is a bad idea to�arbitrarily�add�punctuation�to the language.