- Node.js
- Haskell Ghc-mod Visual Studio Code For Mac Os
- Haskell Ghc-mod Visual Studio Code For Mac Download
- Download Visual Studio Code For Windows
Latest News
- If you are used to tools like Eclipse/IntelliJ from the Java world, or Visual Studio from the Microsoft world, you are in for a rude shock when it comes to IDEs in Haskell. Firstly, there is no industrial-grade [I]ntegrated [D]evelopment [E]nvironment for Haskell - so you can stop looking for it.
- Setting up Haskell in VS Code on macOS. I love VS Code. I love how stripped down it is compared to Visual Studio Professional. I love how it runs on both Windows and macOS.
We will need to install Visual Studio Code, GHC (the Glasgow Haskell Compiler), Stack(Haskell build tool), Cabal (Haskell package manager / build tool), Haskero (Visual Studio plugin that enables Haskell support), and Intero (powers the IDE like features in Haskero).
- 25 August 2019
- GHC 8.8.1 Released! [download]
- 23 April 2019
- GHC 8.6.5 Released! [download]
- 5 March 2019
- GHC 8.6.4 Released! [download]
- 7 December 2018
- GHC 8.6.3 Released! [download]
- 2 November 2018
- GHC 8.6.2 Released! [download]
Node.js
What is GHC?

GHC is a state-of-the-art, open source, compiler and interactive environment for the functional language Haskell. Highlights:
Haskell Ghc-mod Visual Studio Code For Mac Os
- GHC supports the entire Haskell 2010 language plus a wide variety of extensions.
- GHC has particularly good support for concurrency and parallelism, including support for Software Transactional Memory (STM).
- GHC generates fast code, particularly for concurrent programs. Take a look at GHC's performance on The Computer Language Benchmarks Game.
- GHC works on several platforms including Windows, Mac, Linux, most varieties of Unix, and several different processor architectures. There are detailed instructions for porting GHC to a new platform.
- GHC has extensive optimisation capabilities, including inter-module optimisation.
- GHC compiles Haskell code either directly to native code or using LLVM as a back-end. GHC can also generate C code as an intermediate target for porting to new platforms. The interactive environment compiles Haskell to bytecode, and supports execution of mixed bytecode/compiled programs.
- Profiling is supported, both by time/allocation and various kinds of heap profiling.
- GHC comes with several libraries, and thousands more are available on Hackage.
GHC is heavily dependent on its users and contributors. Please come and join the mailing lists and send us your comments, suggestions, bug reports and contributions!
Haskell Ghc-mod Visual Studio Code For Mac Download
This site is maintained by Ben Gamari. Please send me comments, questions and reports of any problems to do with the site.
Our Sponsors
Download Visual Studio Code For Windows
GHC development is faciliated by a number of generous sponsors: