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:
I suggest using a real editor for anything more complex than a one-liner.
链接地址: http://www.djcxy.com/p/71000.html