> 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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to