From: Ken A. <kan...@bb...> - 2003-06-26 20:05:44
|
At 02:12 PM 6/26/2003 -0400, Ken Anderson wrote: >At 08:17 PM 6/25/2003 -0400, Geoffrey Knauth wrote: >>This worked perfectly on the first try, many thanks! --Geoffrey > >It's also nice that its less code then the Perl. The version i sent iterates over the lines of a BufferedReader. If you didn't have the "03" conversion problem, you could do something like this (map* identity (open-input-file "data.file")) which maps over each expression in the input file. |