If explicit is better than implicit, why doesn't python have explicit syntax delimiters?
Name:
Anonymous2014-06-14 3:04
What is implicit about whitespace and EOL?
Name:
Anonymous2014-06-14 3:15
>>2 Well, you can't see it, other than by it's effects on other text.
Name:
Anonymous2014-06-14 5:12
>>3 That is editor specific, some text editors show whitespace. Even if you don't use such an editor, you can select the whitespace which will highlight it.
Name:
Anonymous2014-06-14 9:31
If explicit is better than implicit, why doesn't python have explicit memory managment?
Name:
Daily-reminder-bot.rb2014-06-14 9:34
Daily reminder that source code should be saved as XML.
Atleast it has explicit paralelisation and explicit optimisation!
Name:
Anonymous2014-06-16 12:47
Normal python statements are delimited with a return character. Only Python lists and function arguments use a different syntax for delimiting their structure.