Re: Haskell on ARM (was Re: [Haskell-cafe] ANN: Topkata)

2008-06-29 Thread Jeremy Shaw
Also, I have successfully run hugs on the Nokia N770. j. At Sat, 28 Jun 2008 22:39:00 +0100, Malcolm Wallace wrote: Just a random note. jhc works fine on ARM, Another semi-random note: nhc12 and nhc13 (precursors to nhc98) were originally developed on an ARM with 2Mb of memory, way

Re: Haskell on ARM (was Re: [Haskell-cafe] ANN: Topkata)

2008-06-29 Thread Jeremy Apthorp
2008/6/30 Jeremy Shaw [EMAIL PROTECTED]: I have successfully run hugs on the Nokia N770. hugs has also been successfully run on the Nintendo DS, as far as I'm aware. However, my aim is to be able to write high-performance applications (say, games) in haskell. An interpreter just isn't fast

Re: Haskell on ARM (was Re: [Haskell-cafe] ANN: Topkata)

2008-06-28 Thread Malcolm Wallace
Just a random note. jhc works fine on ARM, Another semi-random note: nhc12 and nhc13 (precursors to nhc98) were originally developed on an ARM with 2Mb of memory, way back in 1994-5. Regards, Malcolm ___ Haskell-Cafe mailing list

Re: Haskell on ARM (was Re: [Haskell-cafe] ANN: Topkata)

2008-06-27 Thread John Meacham
Just a random note. jhc works fine on ARM, I have successfully run Haskell programs on on iPhone and a nokia n800 tablet compiled with it. jhc is, of course, still pretty unstable. but new developers are always welcome. John -- John Meacham - ⑆repetae.net⑆john⑈

Re: Haskell on ARM (was Re: [Haskell-cafe] ANN: Topkata)

2008-06-26 Thread Ian Lynagh
On Tue, Jun 24, 2008 at 11:27:03AM -0700, Jeremy Shaw wrote: The unregisterised build is not that useful because: 1. no FFI If libffi supports it then this should now work. 1. add ARM support to the evil mangler (basically, a few regexps to strip prolog and epilogue stuff from the

Re: Haskell on ARM (was Re: [Haskell-cafe] ANN: Topkata)

2008-06-24 Thread Jeremy Shaw
Hello, I have, on two occasions made an *unregisterised* of GHC for the ARM (specifically the Maemo on Nokia 770). Mostly I just followed the unregisterised porting directions in the GHC user manual. I documented one attempt here: http://hackage.haskell.org/trac/ghc/wiki/ArmLinuxGhc Note: This

Re: Haskell on ARM (was Re: [Haskell-cafe] ANN: Topkata)

2008-06-17 Thread Don Stewart
xj2106: Ariel J. Birnbaum [EMAIL PROTECTED] writes: In the mean time -- who knows enough to make ghc target ARM, and get this to link against the iPhone libraries? This would be quite a coup if it could be made to run there! For that matter, there's another ARM-based target in which