Dear all, I used to be a Gofer freak on my Mac back in the mid-nineties. Recently I have regained interest in FP and I'm trying to get hold of an implementation of Haskell on my G4. I must say that this hunt has been quite frustrating until now. I don't know unix and I'm unwilling to learn it just to install a Haskell interpreter. Apart from an old GHC 6.4.2, *every* implementation that I have downloaded so far is full of installation scripts, and stuff like that. Does anyone know of a site where I can download a simple MacOsX binary application? Download&double-click is really the only thing I want to do before starting to program in Haskell. Cheers Wolf
http://haskell.org/ghc/download_ghc_661.html#macosxppc On 5/20/07, Wolfgang De Meuter <wdmeuter@vub.ac.be> wrote:
Dear all,
I used to be a Gofer freak on my Mac back in the mid-nineties. Recently I have regained interest in FP and I'm trying to get hold of an implementation of Haskell on my G4. I must say that this hunt has been quite frustrating until now. I don't know unix and I'm unwilling to learn it just to install a Haskell interpreter. Apart from an old GHC 6.4.2, *every* implementation that I have downloaded so far is full of installation scripts, and stuff like that.
Does anyone know of a site where I can download a simple MacOsX binary application? Download&double-click is really the only thing I want to do before starting to program in Haskell.
Cheers Wolf _______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
-- Tom Harper Computer Science Major '07 Syracuse University +1 949 235 0185 Public Key: http://aftereternity.co.uk/rth.asc
Exactly what I mean. When you download and unpack the file you get a unix folder with install stuff. After trying to follow the installation instructions, it complains that I don't have a gcc on my machine... Wolf On 20-mei-07, at 22:41, Tom Harper wrote:
http://haskell.org/ghc/download_ghc_661.html#macosxppc
On 5/20/07, Wolfgang De Meuter <wdmeuter@vub.ac.be> wrote:
Dear all,
I used to be a Gofer freak on my Mac back in the mid-nineties. Recently I have regained interest in FP and I'm trying to get hold of an implementation of Haskell on my G4. I must say that this hunt has been quite frustrating until now. I don't know unix and I'm unwilling to learn it just to install a Haskell interpreter. Apart from an old GHC 6.4.2, *every* implementation that I have downloaded so far is full of installation scripts, and stuff like that.
Does anyone know of a site where I can download a simple MacOsX binary application? Download&double-click is really the only thing I want to do before starting to program in Haskell.
Cheers Wolf _______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
-- Tom Harper Computer Science Major '07 Syracuse University +1 949 235 0185 Public Key: http://aftereternity.co.uk/rth.asc
You need to install Xcode (from your Mac OS disk) before you can use ghc. On 5/20/07, Wolfgang De Meuter <wdmeuter@vub.ac.be> wrote:
Exactly what I mean. When you download and unpack the file you get a unix folder with install stuff. After trying to follow the installation instructions, it complains that I don't have a gcc on my machine...
-- Taral <taralx@gmail.com> "Please let me know if there's any further trouble I can give you." -- Unknown
Also note that this will install ghc into the underlying unix environment. If you want a pretty GUI, I don't know of any for Mac OS X. A quick search on google for "mac haskell ide" brings up http://www.hoovy.org/HaskellXcodePlugin/ -- this might help you. I will note that if you are developing applications for Mac, you need to know the OS. And the OS is a UNIX. On 5/20/07, Taral <taralx@gmail.com> wrote:
You need to install Xcode (from your Mac OS disk) before you can use ghc.
-- Taral <taralx@gmail.com> "Please let me know if there's any further trouble I can give you." -- Unknown
participants (3)
-
Taral -
Tom Harper -
Wolfgang De Meuter