shakespeare-js
Version 1.0.0.6 revision 1 uploaded by HerbertValerioRiedel.
Package meta
- Synopsis
- Stick your haskell variables into javascript/coffeescript at compile time.
- Description
Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted. In this case, the variable type needs a ToJavascript instance.
There is also shakespeare-coffeescript for coffeescript templates. Coffescript is a language that compiles down to javascript. It expects a coffeescript compiler in your path, and variable should be a ToCoffee instance. And we even have a Roy template for the adventorous FP addicts.
Please see http://www.yesodweb.com/book/shakespearean-templates for a more thorough description and examples
shakespeare-js was originally called julius, and shakespeare originated from the hamlet template package.
- Author
- Michael Snoyman <michael@snoyman.com>
- Bug reports
- n/a
- Category
- Web, Yesod
- Copyright
- n/a
- Homepage
- http://www.yesodweb.com/book/shakespearean-templates
- Maintainer
- Michael Snoyman <michael@snoyman.com>
- Package URL
- n/a
- Stability
- Stable