Haskell + Windows Mobile?

Hello haskell-cafe, is there any haskell implementation for Windows Mobile? does they are support creation of GUI apps and internet networking features? -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com

Bulat Ziganshin
Hello haskell-cafe,
is there any haskell implementation for Windows Mobile? does they are support creation of GUI apps and internet networking features?
Hugs is available for Windows CE, (I have it on my Jornada 720), but I've only used it for non-GUI work. However with Windows Mobile 5 Microsoft decided to unilaterally remove the console drivers, instantly breaking a large number of useful Windows CE programs.

Bulat Ziganshin wrote:
is there any haskell implementation for Windows Mobile? does they are support creation of GUI apps and internet networking features?
CeGCC (http://cegcc.sourceforge.net/) is a cross compiler for Windows CE, so it's possible to port GHC to Windows Mobile with some effort. But for GUI applications i personally would use C# and Microsoft's development tools.
participants (3)
-
Bulat Ziganshin
-
David B.Wildgoose
-
Felix Martini