Difference between revisions of "IDEs"

From HaskellWiki
Jump to navigation Jump to search
(Moved XCode plugin to "outdated": Uses frameworks that no longer exist in current OS X.)
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], plugin for Eclipse
+
* [http://eclipsefp.sourceforge.net/ 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.

Revision as of 11:26, 25 March 2010

Here are some options for using Haskell with various IDEs:

See also

Outdated