|
|
|
|
|
by adgasf
2722 days ago
|
|
Haha indeed! My position is this: different programming languages have different strengths and weaknesses. C++ is crazy fast, but it lacks many high-level features (most notably do-notation). Efficiency and performance are its niche. Conversely, F# (or any ML) is very good at expressing complex control flow, but performance is a secondary concern. Package management is an IO-bound SAT problem, so we are using the best tools for the job. |
|
[1] http://mlton.org/Performance
[2] http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.75....