Re: [Haskell-cafe] Re: Opinion about JHC

2009-11-13 Thread John Meacham
On Thu, Nov 12, 2009 at 09:20:54PM +0100, Gour wrote: John Yup. This was a major goal. compiling for iPhones and embedded John arches is just as easy assuming you have a gcc toolchain set up. John (at least with the hacked iPhone SDK.. I have never tried it with John the official one) Is

Re: [Haskell-cafe] Re: Opinion about JHC

2009-11-13 Thread John Meacham
On Thu, Nov 12, 2009 at 10:44:22PM -0500, Braden Shepherdson wrote: The only annoying part was having to build with jhc outside the scratchbox environment and then build the C output inside the scratchbox. This is necessary because jhc is not self-hosting and I couldn't get GHC to build

[Haskell-cafe] Re: Opinion about JHC

2009-11-13 Thread Braden Shepherdson
John Meacham wrote: On Thu, Nov 12, 2009 at 10:44:22PM -0500, Braden Shepherdson wrote: The only annoying part was having to build with jhc outside the scratchbox environment and then build the C output inside the scratchbox. This is necessary because jhc is not self-hosting and I couldn't

[Haskell-cafe] Re: Opinion about JHC

2009-11-13 Thread Gour
On Fri, 13 Nov 2009 03:19:22 -0800 John == John Meacham j...@repetae.net wrote: John Would you really want to have to run jhc _on_ your nokia 770 (or John whatever) just to compile Haskell programs for it? No. I'd be satisfied with the ability to develop in Haskell for Maemo/Moblin and run

[Haskell-cafe] Re: Opinion about JHC

2009-11-12 Thread Gour
On Wed, 11 Nov 2009 00:37:59 -0800 John == John Meacham j...@repetae.net wrote: Hi John, John Yup. This was a major goal. compiling for iPhones and embedded John arches is just as easy assuming you have a gcc toolchain set up. John (at least with the hacked iPhone SDK.. I have never tried it

[Haskell-cafe] Re: Opinion about JHC

2009-11-12 Thread Braden Shepherdson
This worked for me, though that was quite a while ago. Presumably it still works. I don't remember doing any magic, just using the Maemo cross-compiler to build the output of jhc. The only annoying part was having to build with jhc outside the scratchbox environment and then build the C

[Haskell-cafe] Re: Opinion about JHC

2009-11-12 Thread Gour
On Thu, 12 Nov 2009 22:44:22 -0500 Braden == Braden Shepherdson braden.shepherd...@gmail.com wrote: Braden This worked for me, though that was quite a while ago. Braden Presumably it still works. I don't remember doing any magic, Braden just using the Maemo cross-compiler to build the output of