Why is there FORCED INDENTATION OF CODE in python?
Name:
Anonymous2010-08-08 22:48
Forced indentation of code makes python nicer to look at, at the cost of flexibility. Since making code cleaner was a goal of python it's understandable.
What I wonder is why /prog/ never talks about the FIOC in Haskell?