Rafe Kettler
Rafe Kettler

Reputation: 76965

Good, small Haskell compiler for linux?

I have SEVERE space restraints as far as linux goes, since I run linux off a 4GB flash drive. I know GHC is the preferred compiler for Haskell, but the GHC package is 280MB, which is way too big for me. Is there a smaller Haskell compiler for linux that works fine?

Upvotes: 5

Views: 551

Answers (1)

Don Stewart
Don Stewart

Reputation: 137997

Use a stripped down version of GHC. The GHC bare bones is about 5M.

Upvotes: 6

Related Questions