String interpolation: Difference between revisions

From HaskellWiki
No edit summary
(PLEAC considered harmful)
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.cse.unsw.edu.au/~dons/code/icfp05/tests/unit-tests/VariableExpansion.hs  Variable Expansion Hack for the ICFP Contest]

Revision as of 11:41, 17 April 2007