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 facebookincubator)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
hsthrift pinch-gen
1 1
144 5
1.4% -
9.6 5.0
3 days ago 3 months ago
Haskell 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 production RPC framework is a lot of work, so of course we didn't want to duplicate everything in the C++ implementation. Yes that makes it a bit of a pain to build, but we have provided instructions and a CI setup that's working right now on github to demonstrate that it all works. Also there's a [pure Haskell implementation of the transport layer](https://github.com/facebookincubator/hsthrift/blob/master/lib/Thrift/Channel/SocketChannel.hs) in the repository for experimentation - we're in the process of making it easier to use this, but when we're done the only C++ dependency will be folly.

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.