Difference between revisions of "String interpolation"

From HaskellWiki
Jump to navigation Jump to search
 
m (String Interpolation moved to String interpolation)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
* [[Poor man's here document]]
 
* [[Poor man's here document]]
* [http://pleac.sourceforge.net/pleac_haskell/strings.html String Tips from PLEAC Haskell]
 
 
* [http://blog.moertel.com/articles/2006/10/18/a-type-based-solution-to-the-strings-problem A type-based solution to the "strings problem": a fitting end to XSS and SQL-injection holes? (Safestrings)]
 
* [http://blog.moertel.com/articles/2006/10/18/a-type-based-solution-to-the-strings-problem A type-based solution to the "strings problem": a fitting end to XSS and SQL-injection holes? (Safestrings)]
 
* [http://groups.google.de/group/fa.haskell/browse_thread/thread/34741c2a5c311a17/dafc81682be54be6?lnk=st&q=%22Efficient+use+of+ByteString+and+type+classes+in+template+system+++%22&rnum=1&hl=en#dafc81682be54be6 a perl/python like string templating system (google groups)]
 
* [http://groups.google.de/group/fa.haskell/browse_thread/thread/34741c2a5c311a17/dafc81682be54be6?lnk=st&q=%22Efficient+use+of+ByteString+and+type+classes+in+template+system+++%22&rnum=1&hl=en#dafc81682be54be6 a perl/python like string templating system (google groups)]
 
* [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.haskell.org/all_about_monads/html/readermonad.html Variable Substitutions and Included Templates with the Reader Monad (All About Monads)]

Latest revision as of 02:19, 25 April 2007