monads

monads

Aligning data from separate files using Haskell

Posted by itkovian on Fri, 05/30/2008 - 23:51 in

If you need to align the data from multiple files fast, Haskell is the way to go. For example, given a number of files, with an equal number of lines, each containing a number. How can we easily create a single file where each line contains items from each of the original files, separated by a separator of your choice?

Syndicate content