Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Colorful shell for Haskell on Windows?

I'm learning about haskell from this tutorial site. As you can see, the console in the pictures have colors, to make writing easier, and more readable. Is there any way to make the ghci colorful on windows.

I ask this because IDLE, has color, when working with Python, which makes it a lot easier to work with.

like image 209
Games Brainiac Avatar asked Apr 22 '13 06:04

Games Brainiac


1 Answers

WinGHCi (included with the Haskell Platform on Windows) supports coloured output in a limited form:

WinGHCi

I suggest using a real editor for anything more complex than a one-liner.

like image 62
Mikhail Glushenkov Avatar answered Sep 30 '22 08:09

Mikhail Glushenkov