IDEs
From HaskellWiki
(Difference between revisions)
m (added link to shim repository) |
|||
| Line 12: | Line 12: | ||
== See also == | == See also == | ||
* [[Applications and libraries/Program development#Editor support]] | * [[Applications and libraries/Program development#Editor support]] | ||
| - | * [http://shim.haskellco.de/trac/wiki The aim of the shim (Superior Haskell Interaction Mode) project is to provide better support for editing Haskell code in VIM and Emacs] | + | * [http://shim.haskellco.de/trac/wiki The aim of the shim (Superior Haskell Interaction Mode) project is to provide better support for editing Haskell code in VIM and Emacs] privious link is no longer valid [http://code.haskell.org/shim/ repo here] |
Revision as of 14:07, 24 March 2008
Here are some options for using Haskell with various IDEs:
- EclipseFP, plugin for Eclipse
- Visual Haskell, based on Microsoft's Visual Studio
- Leksah, an IDE for Haskell written in Haskell based on GTK+/gtk2hs.
- plugin for Xcode
- hIDE, now apparently orphaned
- Haskell mode for Emacs
- Vim as a Haskell IDE, first steps, (a tour with screenshots)
