
22 Oct
2007
22 Oct
'07
4:13 p.m.
Hi Bill,
In the Haskell libraries, is there an OS abstraction module, that would "hide" the POSIX API and Win-32 API? If not, this would be nice so that Haskell "programs" could be written in an OS independent manner!
Yes, Haskell provides a fairly complete API in the base libraries, which is platform neutral. If you want platform neutral GUI programs then you have Gtk2hs. Thanks Neil