27 Jan
2011
27 Jan
'11
5:31 p.m.
hi steve, On 27.01.11 00:09, Stephen Blackheath [to GHC-iPhone] wrote:
It could be that it won't work. If it compiles to core then interprets the core (like ghci does), then it would work, but it would have to get dependent libraries from somewhere, and the iPhone ones won't run. Perhaps it can be done by using the simulator compiler. Those programs actually will run natively, and at least it is possible for the dependent libraries to be close enough to being the same that it should work.
that doesn't sound impossible, but at the moment i have no idea how to approach it ;) i think for the time being i'll try to get rid of the TH dependencies in my program ... <sk>