ghc-dump
A GHC plugin and library for analysing GHC Core (by bgamari)
stan
🕵️ Haskell STatic ANalyser (by kowainik)
ghc-dump | stan | |
---|---|---|
1 | 3 | |
53 | 571 | |
- | 0.4% | |
0.0 | 6.7 | |
about 2 years ago | 5 days ago | |
Haskell | Haskell | |
- | Mozilla Public License 2.0 |
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.
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.
ghc-dump
Posts with mentions or reviews of ghc-dump.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-15.
-
Deep embedding of Haskell in Haskell
It kind of sounds like you want to script GHC. There's a plugin system for that, you could check out https://github.com/bgamari/ghc-dump for example. This library also provides a consistent representation for Core across multiple GHC versions.
stan
Posts with mentions or reviews of stan.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-02-05.
-
Comparing strict and lazy
That sounds very interesting. Maybe it would not be very hard to implement a prototype of such a system with Stan?
-
Introducing Haskell in Soisy
Would you be okay if we add Soisy to the list of companies using stan?
-
Hsthrift: Open-sourcing Thrift for Haskell - Facebook Engineering
However, I'm a huge fan of static tools like this in general. I've heard great things about https://package.elm-lang.org/packages/jfmengels/elm-review/latest/ and I need to try out https://github.com/kowainik/stan. Also its possible HLint has ways to write more advanced rules and I just don't know about them, but even if that's so hopefully I've explained why just dropping it in isn't a huge win.