Closed iduhetonas closed 11 years ago
GHC for sure, it's the defacto currently. It's the CPython to Hugs PyPy.
From what I can tell, that seems to be the case.
I'm not sure about Mac OS X, but it's really easy to install on Linux (package name: ghc with the interpreter as ghci). Once @Gabrinthei verifies that he has it running, we can close this issue.
I just did brew install ghc and sublime has haskell support, so I'll be using that.
Yup! Looks good!
This issue is built from one of the questions I had about the implementations of Haskell. It seems there might be a few different ways that we can do this, and I'd like us to remain consistent in our design and approach.
In particular, we should all be using the same type of Haskell, as to not have any weird bugs in the future. Furthermore, we have many options, so we should discuss which ones would be best for us.
Relevant to @skeet70 @sabrsorensen @Gabrinthei (I'm still not sure if everyone is included when I make these bug reports).
http://www.haskell.org/haskellwiki/Learning_Haskell (See "Implementations")