From: Jim Date: Mon, 2 Feb 2015 16:29:29 +0000 (-0500) Subject: tweak haskell links X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=f16fe79afa8bf37012394080108875f3be92a6bb;ds=sidebyside tweak haskell links --- diff --git a/installing.mdwn b/installing.mdwn index 0f8e96d3..d0a3ed66 100644 --- a/installing.mdwn +++ b/installing.mdwn @@ -415,7 +415,6 @@ other. There is a (slow, bare-bones) version of Haskell available for online use at . -FIXME Like Scheme, Haskell has a couple of different implementations. The dominant one, and the one we recommend you install, is called [GHC](https://wiki.haskell.org/GHC), short for "Glasgow Haskell Compiler". To install this on your machine, there are a couple of different strategies. It's helpful to understand some lingo as you begin this process: * As mentioned, **GHC** is the main Haskell engine or compiler you'll be installing. The current version is 7.8.4, from December 2014.