Difference between revisions of "IDEs"

From HaskellWiki
Jump to navigation Jump to search
m (added link to shim repository)
(Moved XCode plugin to "outdated": Uses frameworks that no longer exist in current OS X.)
Line 5: Line 5:
 
* [http://www.haskell.org/visualhaskell/ Visual Haskell], based on Microsoft's Visual Studio
 
* [http://www.haskell.org/visualhaskell/ Visual Haskell], based on Microsoft's Visual Studio
 
* [[Leksah]], an IDE for Haskell written in Haskell based on GTK+/gtk2hs.
 
* [[Leksah]], an IDE for Haskell written in Haskell based on GTK+/gtk2hs.
* [http://www.hoovy.org/HaskellXcodePlugin/ plugin for Xcode]
 
 
* [[hIDE]], now apparently orphaned
 
* [[hIDE]], now apparently orphaned
 
* [[Haskell mode for Emacs]]
 
* [[Haskell mode for Emacs]]
Line 13: Line 12:
 
* [[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] privious link is no longer valid [http://code.haskell.org/shim/ repo here]
 
* [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]
  +
  +
== Outdated ==
 
* [http://www.hoovy.org/HaskellXcodePlugin/ plugin for Xcode]

Revision as of 08:43, 30 July 2009

Here are some options for using Haskell with various IDEs:

See also

Outdated