vote up 9 vote down star
5

OK, I realy searched on this one, also in stackOverflow. (E/TextMate is the closest I found in this topic, but it doesn't seem to be that big of deal)

I tried emacs, but I don't seem to find a Haskell Mode for windows.. VisualHaskell doesn't seem to follow the new VisualStudio updates...

I could try VIM, but does the Haskell Mode works for windows there?

Sigh... All the time the 'close but no cigare' feeling.

I could try everyting that looks kind of promissing, but that just would cost so much time, so I take te liberty to ask the question here : is there actually so out there programming Haskell under windows?? If Yes, please help me out!!

flag

Haskell-Mode works fine on Windows. – Rayne Jun 6 at 15:52

5 Answers

vote up 16 vote down check

I think the main IDE-ish options for Windows are, in order:

  1. Using Eclipse as your Haskell IDE
  2. Leksah, an integrated IDE for Haskell written in Haskell.
  3. Visual Haskell (unknown recent status)
  4. Vim + Haskell
  5. Emacs + Haskell

I use option 4.

link|flag
another option - Yi editor – Lazin Apr 9 at 16:21
My question was not what the IDE-options were, but what are IDEs for windows.. Do you use option 4 undre windows? – Peter Apr 9 at 17:43
Oh, these are all windows-specific. Yes, I use vim on windows when I program on windows. – dons Apr 9 at 20:02
I will go for option 5, if you are sure that it can? I'll try it out and accept your answer later if i can make it work. Concerning Leksah : not simple to make it work in windows and only a beta? – Peter Apr 9 at 20:13
1  
Emacs+Haskell mode definitely works under Windows. If you feel brave you may additionally install [Scion](github.com/nominolo/scion) which adds a (currently) very small number of extra features, but it probably doesn't work smoothly enough, yet, if you are a Haskell newbie. – nominolo Apr 10 at 23:54
show 1 more comment
vote up 1 vote down

Visual Haskell works fine for me.

link|flag
I don't see a VS2008 version of it on the site? – Peter Apr 9 at 13:56
Or do you use it under VS2005? – Peter Apr 9 at 14:01
I think there is no VS2008 support. I use it under vs2005, only to edit code and build my project. And my project wasn't so very big) – Lazin Apr 9 at 14:06
vote up 0 vote down

I did some Haskell back at varsity and I must admit that I used notepad. There wasn't an IDE back then.

link|flag
vote up 0 vote down

haskellmode-vim works just fine on Windows -- I use it there. It's my preferred Haskell IDE.

See http://projects.haskell.org/haskellmode-vim/

link|flag
vote up 1 vote down

Emacs works fine on Windows. I used it when I worked with Haskell on Windows. So, that's my recommendation.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.