HStringTemplate

From HaskellWiki
Revision as of 13:40, 27 June 2009 by Spookylukey (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


HStringTemplate is a Haskell-ish port of the Java StringTemplate library written by Terrence Parr. It can be used for any templating purpose, but is often used for dynamically generated web pages.

For news of HStringTemplate and blog items, see Sterling Clover's blog, and for downloads and API docs see hackage.

This is a stub page, which aims to supplement the API docs with tutorial style documentation.

Getting started

Using data structures and generics

Using GenericStandard

Using GenericWithClass

Supported syntax