Hi, Thien-Thi Nguyen <[email protected]> writes:
> () [email protected] (Ludovic Courtès) > () Fri, 18 Jun 2010 17:07:03 +0200 > > There’s no such thing as a ‘buffer’ or ‘point’ in Guile so that would > need to be expressed, e.g., as a procedure that opens a file, reads it > line by line, writes modified lines to the output file, etc. > > See the (ice-9 regex) and (ice-9 rdelim) modules for useful tools. > > Guile has module (ice-9 gap-buffer), which implements ‘buffer’ and ‘point’. Oh, nice. Would you feel like documenting it in the manual and adding test cases? :-) Thanks, Ludo’.
