Darwinbots Forum

General => Off Topic => Topic started by: MysticalDumpling on December 22, 2015, 03:57:14 PM

Title: Haskell?
Post by: MysticalDumpling 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.
Title: Re: Haskell?
Post by: Numsgil on December 24, 2015, 06:16:42 PM
Debugging might be hard, but I actually use Sublime Text (http://www.sublimetext.com/) 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.