Difference between revisions of "String interpolation"

From HaskellWiki
Jump to navigation Jump to search
(PLEAC considered harmful)
Line 4: Line 4:
 
* [http://darcs.johantibell.com/template/ a perl/python like string templating system (darcs repo)]
 
* [http://darcs.johantibell.com/template/ a perl/python like string templating system (darcs repo)]
 
* [http://www.cse.unsw.edu.au/~dons/code/icfp05/tests/unit-tests/VariableExpansion.hs Variable Expansion Hack for the ICFP Contest]
 
* [http://www.cse.unsw.edu.au/~dons/code/icfp05/tests/unit-tests/VariableExpansion.hs Variable Expansion Hack for the ICFP Contest]
  +
* [http://www.haskell.org/all_about_monads/html/readermonad.html Variable Substitutions and Included Templates with the Reader Monad (All About Monads)]

Revision as of 10:19, 19 April 2007