String interpolation: Difference between revisions
(PLEAC considered harmful) |
No edit summary |
||
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
- Poor man's here document
- A type-based solution to the "strings problem": a fitting end to XSS and SQL-injection holes? (Safestrings)
- a perl/python like string templating system (google groups)
- a perl/python like string templating system (darcs repo)
- Variable Expansion Hack for the ICFP Contest
- Variable Substitutions and Included Templates with the Reader Monad (All About Monads)