coformat alternatives and similar packages
Based on the "Language" category.
Alternatively, view coformat alternatives based on common mentions on social networks and blogs.
-
stylish-haskell
DISCONTINUED. Haskell code prettifier [Moved to: https://github.com/haskell/stylish-haskell] -
ministg
Ministg is an interpreter for a high-level, small-step, operational semantics for the STG machine.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of coformat or a related project?
README
coformat
Code style formatters take a style description and format a code base accordingly.
coformat is dual to them: it takes a code base and produces a code style description for it! This is achieved by a cunning combination of state-of-the-art type system features (DataKinds
, RankNTypes
and GADTs
, among others) and modern machine learning techniques (there is a numerical optimization step after all).
More seriously, this project only supports clang-format
for now, but plugging other formatters (perhaps for other languages) should be trivial enough, provided there is an easy way to get the list of available options and their possible values.