New mailing list: haskell-i18n (was: RE: Yet more text pedantry)

2002-08-14 Thread Simon Marlow
tis 2002-08-13 klockan 11.57 skrev Simon Marlow: Can't we make a mailing list for these issues? [EMAIL PROTECTED] is my proposal, who can create such a list? I'll set up the list. Anyone wish to volunteer to moderate it? Does it have to be moderated? This will make

ANNOUNCE: HaXml-1.07

2002-08-14 Thread Malcolm Wallace
HaXml-1.07 -- http://www.haskell.org/HaXml/ Yes, hot on the heels of HaXml-1.06, another new release, 1.07. Only two days between releases. Why? * We got the location in the hierarchical

Re: Analyzing Efficiency

2002-08-14 Thread Ketil Z. Malde
Shawn P. Garbett [EMAIL PROTECTED] writes: I've come up with three different methods of approach to solve the same problem in haskell. I would like to compare the three in terms of reductions, memory usage, and overall big O complexity. What's the quickest way to gather these stats? I

RE: Analyzing Efficiency

2002-08-14 Thread Simon Marlow
I've come up with three different methods of approach to solve the same problem in haskell. I would like to compare the three in terms of reductions, memory usage, and overall big O complexity. What's the quickest way to gather these stats? I usually use the ghc compiler, but also