
18 Jun
2006
18 Jun
'06
11:08 a.m.
Hi
hugs (winhugs) is rather fast, loading several KLOCs per second, and finally you can compile program with ghc
WinHugs (but not Hugs) also has a feature called auto-reload - if you change and save any of the source code files it will automatically detect and reload them - no more ":r" :) Another useful feature of WinHugs is hyperlinks for errors, it gives you a link which will quickly open the appropriate file at the appropriate line in your prefered editor. These two features, along with the underlying compile speed of Hugs, can make programming with WinHugs even quicker than Python etc. Thanks Neil