FIOC stdlib should stick to underscore_naming, instead of this disgusting mixedCaps shit. People shouldn't be able to commit to stdlib unless all methods are underscored_named. I refuse to use the unittest module until the test methods are underscore_named. Real languages shouldn't allow disgusting stuff like this to occur. That is all.
Name:
Anonymous2009-12-25 1:05
I don't know FIOC well, but is there any place in the syntax where multiple non-keyword words can be used with no intervening keywords or operators? If not, just allow symbols to contain whitespace, collapsing each whitespace run into a single space character. Problem solved.