using ghc with make

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Thu Apr 20 09:15:22 EDT 2006


Simon Marlow <simonmarhaskell at gmail.com> writes:

> You can only buffer a byte stream.  See my sketch design.

IMHO there should be buffered character streams too; of course in this
case the buffer holds characters. This allows to amortize the cost of
character recoding. Buffering should usually be the topmost layer.

-- 
   __("<         Marcin Kowalczyk
   \__/       qrczak at knm.org.pl
    ^^     http://qrnik.knm.org.pl/~qrczak/


More information about the Libraries mailing list