Difference between revisions of "Talk:IDEs"

From HaskellWiki
Jump to navigation Jump to search
(→‎Sublime: new section)
Line 1: Line 1:
 
== Visual Haskell (Visual Studio integration) inactive for long time ==
 
== Visual Haskell (Visual Studio integration) inactive for long time ==
 
This article talks about how Visual Haskell is this awesomely complete IDE; whereas, now in 2012, the link http://www.haskell.org/visualhaskell doesn't work and some searching around the web indicates that it is not working for the current or even the previous Visual Studio version, maybe wasn't even completed. I was not able to find a project page. Does anybody know more? If no response in the next 7 days I'm just going to replace the paragraph with "There's currently no integration with Visual Studio" --[[User:Tobster|Tobster]] 17:58, 25 August 2012 (UTC)
 
This article talks about how Visual Haskell is this awesomely complete IDE; whereas, now in 2012, the link http://www.haskell.org/visualhaskell doesn't work and some searching around the web indicates that it is not working for the current or even the previous Visual Studio version, maybe wasn't even completed. I was not able to find a project page. Does anybody know more? If no response in the next 7 days I'm just going to replace the paragraph with "There's currently no integration with Visual Studio" --[[User:Tobster|Tobster]] 17:58, 25 August 2012 (UTC)
  +
  +
== Sublime ==
  +
  +
The Haskell mode for Sublime is amazing. It can do everything EclipseFP can -- i.e. it runs a build system through cabal configure, and cabal build. You can also run the application, and interact with it -- run tests!! Also the editing features in Sublime are pretty good too. It will match symbols across files (which EclipseFP cannot do). It uses ghc-mod, hsdevtools, cabal-dev, and other tools, and its use of Cabal puts it ahead of the emacs mode for haskell!
  +
  +
That said, EclipseFP is pretty nice too. Both of these should be promoted.
  +
  +
Visual Haskell and Leksah should be demoted.

Revision as of 07:46, 1 September 2013

Visual Haskell (Visual Studio integration) inactive for long time

This article talks about how Visual Haskell is this awesomely complete IDE; whereas, now in 2012, the link http://www.haskell.org/visualhaskell doesn't work and some searching around the web indicates that it is not working for the current or even the previous Visual Studio version, maybe wasn't even completed. I was not able to find a project page. Does anybody know more? If no response in the next 7 days I'm just going to replace the paragraph with "There's currently no integration with Visual Studio" --Tobster 17:58, 25 August 2012 (UTC)

Sublime

The Haskell mode for Sublime is amazing. It can do everything EclipseFP can -- i.e. it runs a build system through cabal configure, and cabal build. You can also run the application, and interact with it -- run tests!! Also the editing features in Sublime are pretty good too. It will match symbols across files (which EclipseFP cannot do). It uses ghc-mod, hsdevtools, cabal-dev, and other tools, and its use of Cabal puts it ahead of the emacs mode for haskell!

That said, EclipseFP is pretty nice too. Both of these should be promoted.

Visual Haskell and Leksah should be demoted.