←back to thread

317 points est | 1 comments | | HN request time: 0.257s | source
Show context
Animats ◴[] No.17453739[source]
Must...have...functional...features.

Python's indentation system was so nice for imperative programs. But it gets in the way when functional features are retrofitted. The "everything must be one big expression" style is a total mismatch to Python. The beauty is gone.

replies(2): >>17453973 #>>17457233 #
1. dmytrish ◴[] No.17457233[source]
Haskell has a similar indentation system, it fits the language very well.