pkgsrc/textproc/hs-shakespeare/DESCR
2020-03-30 16:48:01 +00:00

7 lines
334 B
Text

Shakespeare is a family of type-safe, efficient template languages.
Shakespeare templates are expanded at compile-time, ensuring that all
interpolated variables are in scope. Variables are interpolated
according to their type through a typeclass.
Shakespeare templates can be used inline with a quasi-quoter or in an
external file.