[Haskell-cafe] [Haskell-beginners] ghc and android
Brandon Allbery
allbery.b at gmail.com
Sun Dec 30 20:05:53 CET 2012
On Sun, Dec 30, 2012 at 1:46 PM, Nathan Hüsken <nathan.huesken at posteo.de>wrote:
> > An additional issue: ghci (and Template Haskell because it uses the
> > bytecode interpreter of ghci internally) currently(?) requires its own
> > custom linker instead of being able to use the system linker. Said
> linker
> > has no support for ARM. The correct fix for this is to redesign ghci so
> it
> > doesn't need its own linker; there has been some work in this direction,
> > but I don't know how complete it is, and it interacts with other issues
> > such as building Haskell libraries as shared objects.
>
> With ghci, the consol haskell shell is meant, correct?
>
Yes. (Actually, I think they got ghci working at some point, so this may
not be relevant.) Also stuff like the hint and mueval libraries rely on
the bytecode interpreter/"ghci".
> I do not think I would need ghci on android, for what?
> I think I can live without template haskell.
You can for a while, but you might be surprised what libraries use TH
behind the covers.
--
brandon s allbery kf8nh sine nomine associates
allbery.b at gmail.com ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20121230/82f96efa/attachment.htm>
More information about the Haskell-Cafe
mailing list