[Haskell-cafe] Haskell + Windows API = wuh?
Neil Mitchell
ndmitchell at gmail.com
Tue May 2 19:04:03 EDT 2006
Hi,
Pretty much every Haskell implementation supports the FFI - its a
standardised Haskell 98 extension. Take a look at the System.Win32
library which is a wrapper round the Windows API. If you have a
reference to the Win32 API (i.e. MSDN) then the API looks like a very
straightforward wrapper.
Thanks
Neil
On 5/2/06, ihope <ihope127 at gmail.com> wrote:
> Ello. I'm looking for a way to interface the Windows API with Haskell
> in order to write a Win32 console handler thingy. I don't know
> anything about the Haskell Foreign Function Interface beyond what its
> name implies and that it's an extension to Haskell 98 (or is it?). So
> just where do I start?
>
> --ihope
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
More information about the Haskell-Cafe
mailing list