Closed ghost closed 5 years ago
The platform installer certainly can't do anything about this, since it just packages up components from ghchq. I think in general this is just the way things are -- there's not just an interpreter and compiler, but a large number of prebuilt core libraries, each of which have all their profiling and debugging info included. So those take the size they take.
Haskell platform size
I went to this page:
https://haskell.org/platform/windows.html
and I discovered that the download is 268 MB. This was surprising to me, so I looked at other languages:
So Haskell is more than double the size of Go. Or to put another way, Haskell is larger than R, Julia, Python, PHP, D and Ruby combined. Can anything be done about this or is the large size unavoidable?