[Haskell-cafe] OS Abstraction module??
Neil Mitchell
ndmitchell at gmail.com
Mon Oct 22 12:13:37 EDT 2007
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
More information about the Haskell-Cafe
mailing list