
30 Jun
2006
30 Jun
'06
9:02 p.m.
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