ghc-exactprint VS ghc-core-html

Compare ghc-exactprint vs ghc-core-html and see what are their differences.

ghc-exactprint

GHC version of haskell-src-exts exactPrint (by alanz)

ghc-core-html

Read ghc-core with style. javascript and CSS style. (by vincenthz)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ghc-exactprint ghc-core-html
2 0
67 13
- -
6.6 0.0
3 days ago over 8 years ago
Haskell Haskell
BSD 3-clause "New" or "Revised" License BSD 3-clause "New" or "Revised" License
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.

ghc-exactprint

Posts with mentions or reviews of ghc-exactprint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-10.
  • Learning materials for ghc-exactprint?
    5 projects | /r/haskell | 10 Jun 2021
    If you're synthesizing code, beware that addAnnotationsForPretty will always add a preceding space, so it will break layout. The best approach I've found for synthesizing code is to construct an HsExpr GhcPs, use the GHC ppr stuff to prettty print it, and then parse that in order to get reasonable Anns for it.
    5 projects | /r/haskell | 10 Jun 2021
    in one of my project, I need to do some manipulation and transformation of Haskell source code files and AFAIK ghc-exactprint is the right tool for that. Unfortunately I have zero experience with this one, there seems not to be any more detailed documentation/tutorial examples. What is the best way how to learn this library? Can you recommend any sources?

ghc-core-html

Posts with mentions or reviews of ghc-core-html. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning ghc-core-html yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing ghc-exactprint and ghc-core-html you can also consider the following projects:

ghc-core

ghc-pkg-autofix

ghc-parmake - A parallel wrapper for 'ghc --make'.

haskell-language-server - Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.

ghc-events - Library and tool for parsing .eventlog files from GHC

ghc-events-analyze

ghc-paths - Knowledge of GHC's installation directories

ghc-make - An alternative to ghc --make which supports parallel compilation of modules and runs faster when nothing needs compiling.

ghc-imported-from - For a given Haskell source file, determine where a symbol is imported from

ghc-prof - Library for parsing GHC time and allocation profiling reports

ghc-lib - The GHC API, decoupled from GHC versions