Author Topic: Haskell?  (Read 3192 times)

Offline MysticalDumpling

  • Bot Destroyer
  • ***
  • Posts: 205
  • Kurwa chuj!
    • View Profile
Haskell?
« on: December 22, 2015, 03:57:14 PM »
I use a windows, and I want to use a IDE to write code, or at least something that can debug. Nothing works, the closest is Atom plugins, but the setup requires command lines that- surprise! only give instructions for Linux.

Pls help.
To być albo nie być, oto jest ze pytanie

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
Re: Haskell?
« Reply #1 on: December 24, 2015, 06:16:42 PM »
Debugging might be hard, but I actually use Sublime Text at work for C++ coding (I'd use Visual Studio but it's a linux environment...).

What's nice about it is that it's programmable.  Beyond the obvious things like syntax highlighting you can basically program it to do anything else you need.  Usually.

Still it's a huge amount of work to get it work like even a basic IDE.