Skip to content

joeri/blaze-html

 
 

Repository files navigation

BlazeHtml

What

BlazeHtml is a library that aims to be the fastest way to generate HTML in Haskell. It's currently in a very experimental state, as different ideas and designs are tried. For more information, refer to the website.

How

We have a makefile to manage most tasks. First off, a part of the code is generated automatically, so you should begin by running

make combinators

Run the tests using

make test

And the benchmarks using

make benchmark

About

An experimental, blazingly fast HTML combinator library for Haskell.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 99.1%
  • Other 0.9%