@hackage / notcpp

Avoiding the C preprocessor via cunning use of Template Haskell

Latest0.2.0.3

About

Metadata

  • Last updated , by BenMillwood
  • License BSD-3-Clause
  • Categories Template Haskell
  • Maintained by: Ben Millwood <haskell@benmachine.co.uk>

  • Lottery factor: 0

Links

Installation

Readme

This package is as much about getting people to think about ways to avoid using the C preprocessor, which isn't really suited to Haskell and never has been, as it is about genuinely providing a set of functions that people will use in production code.

That is to say, it isn't very good.

Areas of future development:

  • catering for missing constructors we can't match against and the like
  • quasiquoters to make using the thing less painful