Haskell Platform 8.0
Download
Free  

Haskell Platform 8.0

Free A complex development environment for Haskell computer programming
1 
Rating
Your vote:
Latest version:
8.0.2 See all
Developer:
Screenshots
1 / 1
Awards (2)
Show all awards
Software Informer Virus Free award
Download
Free  

The Haskell Platform is a comprehensive, robust development environment for programming in Haskell.

The Platform also comes with the most useful developer tools out of the box, including:

- Cabal: Cabal and cabal-install are tools for building and distributing Haskell libraries and programs. With cabal-install you have immediate access to thousands of Haskell libraries and tools on Hackage -- you'll be sure to find something interesting.

- Haddock: Haddock is a high quality documentation tool for Haskell. Comments and types in your code are used to generate indexed and cross-referenced online documentation.

- The GHCi debugger: The Platform ships with the GHCi debugger - an interactive, imperative-style debugger for Haskell. Type ":help" in GHCi for more information.

- The Happy parser generator: Happy is a yacc-like parser generator for Haskell for constructing efficient parsers.

- The Alex lexer generator: Alex is a lex-like lexer generator for Haskell.

- The hsc2hs foreign language binding tool: Often you need to call C libraries from Haskell. hsc2hs is a preprocessor for binding Haskell to C that automates much of the work.

- The GHC Profiler: The Platform comes with several tools for analyzing your Haskell programs performance and behaviour. Included are time and space profiling tools, and tools for graphically visualizing the memory use and structure of running Haskell programs. more

Comments

1
Rating
1 vote
5 stars
0
4 stars
0
3 stars
0
2 stars
0
1 stars
1
User

Your vote:

Suggestions

  • Cabal installer