|
|
|
|
|
by Jensson
1301 days ago
|
|
Haskell programmers says that Haskell is just fine as well, but in the end there aren't many big programs with complex architecture in these languages. Compilers, interpreters, crud servers etc, those things are very simple architecturally so for them these languages are fine, but for more complex cases these pure languages seems to be too cumbersome. |
|
If you have a program with complex architecture, you're doing wrong somehow.
If you can't decomposing the complexity, you will have complexity. I think it's not about programming language, it's about human (and technology).