Difference between revisions of "IDEs"

From HaskellWiki
Jump to navigation Jump to search
(Updated link to EclipseFP)
Line 2: Line 2:
 
Here are some options for using Haskell with various '''IDEs''':
 
Here are some options for using Haskell with various '''IDEs''':
   
* [http://eclipsefp.sourceforge.net/ EclipseFP], based on Eclipse
+
* [http://eclipsefp.github.com/ EclipseFP], based on Eclipse
 
* [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.
* [[hIDE]], now apparently orphaned
 
 
* [[Haskell mode for Emacs]]
 
* [[Haskell mode for Emacs]]
 
* [http://www.cs.kent.ac.uk/people/staff/cr3/toolbox/haskell/Vim/vim.html Vim as a Haskell IDE, first steps], (a tour with screenshots)
 
* [http://www.cs.kent.ac.uk/people/staff/cr3/toolbox/haskell/Vim/vim.html Vim as a Haskell IDE, first steps], (a tour with screenshots)
 
 
== See also ==
 
== See also ==
 
* [[Applications and libraries/Program development#Editor support]]
 
* [[Applications and libraries/Program development#Editor support]]
Line 15: Line 13:
 
== Outdated ==
 
== Outdated ==
 
* [http://www.hoovy.org/HaskellXcodePlugin/ plugin for Xcode]
 
* [http://www.hoovy.org/HaskellXcodePlugin/ plugin for Xcode]
 
* [[hIDE]], now apparently orphaned

Revision as of 17:20, 4 February 2012

Here are some options for using Haskell with various IDEs:

See also

Outdated