[Haskell-cafe] Re: [Haskell] Re: ANNOUNCE: HNOP 0.1

Neil Mitchell ndmitchell at gmail.com
Fri Jun 30 21:02:15 EDT 2006


> > It would be interesting to compile it with John Meacham's Jhc, which
> > claims to leave very little overhead in its executables. I know the
> > current Jhc has a limit on total program size, but the current HNOP at
> > least may slip under the wire (and I don't make any use of arrays, so it
> > shouldn't be too slow).
>
> ; jhc -v Main.hs
> 6Kb

yhc Main.hs
ls Main.hbc
113 bytes

Thanks

Neil


More information about the Haskell-Cafe mailing list