hsthrift VS hsthrift

Compare hsthrift vs hsthrift 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)

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)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
hsthrift hsthrift
1 1
145 0
2.1% -
9.6 0.0
4 days ago about 3 years 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 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.

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.

What are some alternatives?

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

stan - 🕵️ Haskell STatic ANalyser

pinch-gen