up vote 3 down vote favorite
share [g+] share [fb]

I'm wanting to know if it's possible to develop applications in or on Haskell to Windows Mobile, also if there is any version of hugs or ghci for Windows Mobile. Thanks.

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

Googling gives this.

link|improve this answer
feedback

It seems like it would be wildly inefficient, but there's no reason why it shouldn't be possible since Haskell can obviously be compiled to C. However, there's probably a better solution to achieve whatever goal it is you're after.

link|improve this answer
I already have CeGCC installed on my computer(Linux one, in Windows I have VS), but if I put ghc to point for the CE compiler instead of the default gcc it will be compiled nice? – Nathan Campos Nov 8 '09 at 3:17
feedback

It probably is ... but there may be better options such Lua

link|improve this answer
This should be a comment. – Nathan Campos Feb 2 '10 at 20:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.