hsthrift VS pinch-gen

Compare hsthrift vs pinch-gen and see what are their differences.

hsthrift

The Haskell Thrift Compiler. This is an implementation of the Thrift spec that generates code in Haskell. It depends on the fbthrift project for the implementation of the underlying transport. (by TomMD)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
hsthrift pinch-gen
1 1
0 5
- -
0.0 4.3
about 3 years ago 14 days ago
Haskell
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

hsthrift

Posts with mentions or reviews of hsthrift. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-05.
  • Hsthrift: Open-sourcing Thrift for Haskell - Facebook Engineering
    4 projects | /r/haskell | 5 Feb 2021
    A bunch of those hints are coming from generated code - e.g. https://github.com/TomMD/hsthrift/blob/c9fb3a4b425c86fd0e0f7fe86d438fb90c0ff2e3/compiler/test/fixtures/gen-hs2/A/S/Service.hs#L56 is a complete mess for a human, but perfectly reasonable as a generation target. They might well be using HLint, and not running it on generated code, which would be a reasonable approach.

pinch-gen

Posts with mentions or reviews of pinch-gen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-05.
  • Hsthrift: Open-sourcing Thrift for Haskell - Facebook Engineering
    4 projects | /r/haskell | 5 Feb 2021
    We have now switched to the pinch library ( https://hackage.haskell.org/package/pinch ) which feels more Haskell-y, although at the price of using some more advanced type-level stuff (type families, GADTs). On the other hand, finally an excuse to use those in production code :-) We also have written a code-generator for it, though that could do with a lot of polish ...( https://github.com/phile314/pinch-gen/ ).

What are some alternatives?

When comparing hsthrift and pinch-gen you can also consider the following projects:

stan - 🕵️ Haskell STatic ANalyser

hsthrift - The Haskell Thrift Compiler. This is an implementation of the Thrift spec that generates code in Haskell. It depends on the fbthrift project for the implementation of the underlying transport.