[Haskell-cafe] Parsec and destructuring HTML content
Neil Mitchell
ndmitchell at gmail.com
Sun Jun 18 11:08:42 EDT 2006
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
More information about the Haskell-Cafe
mailing list