Editor for Haskell programming?

Moinsen,

We're just starting out with Haskell in our studies, which is all well and good. We use the Glasgow Haskell compiler, but as far as I understand, you can only compile and run existing .hs files using console commands. Do you know of a decent editor I can use to create .hs files?

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
3 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
jo135
1 year ago

but as far as I have understood that only existing .hs files can be compiled and executed by console command

Yeah, that’s how compiler works.

Do you know a decent editor that I can create the .hs files?

Anybody.

If you want more support, there are plugins for the popular VS code.

https://marketplace.visualstudio.com/items?itemName=haskell.haskell

MartinusDerNerd
1 year ago
Reply to  ButterkeksLp1

Try Windows free editor (“on steroids”)

Notepad++

This has been my standard text editor for “the daily needs” for many years, but can be used as an IDE for many programming languages.

https://www.heise.de/download/product/notepad-26659

https://www.youtube.com/results?search_query=notepad%2B%2B+tutorial+english

Otherwise, I can also recommend this “Visusal Studio Code” from Microsoft.

This is the free “small brother” from the expensive development package “MS Visual Studio”.