language-thrift alternatives and similar packages
Based on the "Language" category.
Alternatively, view language-thrift 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.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.

* 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 language-thrift or a related project?
README
language-thrift
provides a parser and pretty printer for the Thrift IDL
format. In addition to parsing the IDL, it keeps track of Javadoc-style
comments (/** ... */
) and attaches them to the type, service, function, or
field, above which they were added. These are retained when the document is
sent through the pretty printer.
The parser uses megaparsec
and the pretty printer ansi-wl-pprint
. The
pretty printer can produce syntax highlighted output.