by November 7, 2011
onOne great thing about haskell and and its Glasgow compiler is ghci
, the interactive compiler. Using ghci you can quickly test and reevalute code you have just written.
Today I just installed the Haskell platform for Windows. After first trying the ghci I just remembered how crappy cmd.exe
is. But rescue is near - go ahead and setup Console2 to use ghci as one tab setting.
cmd.exe /K "ghci.exe"