[Haskell-cafe] Re: String rewriting

Johannes Waldmann waldmann at imn.htwk-leipzig.de
Fri May 21 04:33:34 EDT 2010


> ... to rewrite strings according to simple composable rules like ...

more often than not, regexp/replace is a hack to avoid the "real thing" 
(parse -> AST -> transform -> AST' -> print).

such hacks tend to grow into something that is definitely not composable.

but, you can be a hero ... http://xkcd.com/208/




More information about the Haskell-Cafe mailing list