skeet70 / pascal-compiler

A project Pascal compiler written in Haskell.
5 stars 1 forks source link

Setup Haskell on your own development machine #5

Closed iduhetonas closed 11 years ago

iduhetonas commented 11 years ago

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")

skeet70 commented 11 years ago

GHC for sure, it's the defacto currently. It's the CPython to Hugs PyPy.

iduhetonas commented 11 years ago

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.

skeet70 commented 11 years ago

I just did brew install ghc and sublime has haskell support, so I'll be using that.

Gabrinthei commented 11 years ago

Yup! Looks good!