On 2008-05-18, Andrew Coppin <[EMAIL PROTECTED]> wrote: >> (did you look at the C implementation?) >> > > I can't read C. (FWIW, I think I did briefly stare at the sources, but > eventually gave up because I simply had no clue what's going on.)
It's worth learning. It's still the only widely used abstract portable assembler with fairly standard ABIs for each platform. Go read K&R[1]. It shouldn't take more than a week's worth of spare time. [1] The C Programming Language (2nd Edition), Kernigan and Ritchie, Prentice Hall, 1998 http://www.amazon.com/Programming-Language-Prentice-Hall-Software/dp/0131103628/ -- Aaron Denney -><- _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
