iPhone users rejoice for bug-free code!
iPhone, meet Haskell
51–53 of 53 posts
Re: iPhone, meet Haskell
#52I'm going to withhold my excitement until I get proof that Apple will approve GHC compiled binaries.
That's not an issue for a long time already.
Re: iPhone, meet Haskell
#53Earlier quoted context omitted.
the reason that won't happen is simple: GHCI works by doing dynamic linking. The iOS security model does not allow dynamic linking. (There may be some clever way to modify how GHCI works to change that, but offhand, its not obvious to me what that would be)
haskell has plenty of interpreters
True! But I like to use lots of the type extensions that ghc has! :-)