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.


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.

链接地址: http://www.djcxy.com/p/71000.html

上一篇: 使用WordPress构建存储数据时的SQL安全性

下一篇: Windows上Haskell的多彩外壳?