haskell-language-server VS ghc-exactprint

Compare haskell-language-server vs ghc-exactprint and see what are their differences.

haskell-language-server

Integration point for ghcide and haskell-ide-engine. One IDE to rule them all. (by isovector)

ghc-exactprint

GHC version of haskell-src-exts exactPrint (by alanz)
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
haskell-language-server ghc-exactprint
1 2
0 67
- -
0.0 6.3
over 2 years ago 7 days ago
Haskell Haskell
Apache License 2.0 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.

haskell-language-server

Posts with mentions or reviews of haskell-language-server. 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 in an environment where you've initialized GHC (places like GHCI, or inside of a project that works with hie-bios), you can use this module to easily inspect GHC types. I like to define orphan Show instances where show = unsafeRender, which gives me some semblance of a reasonable workflow.

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.

What are some alternatives?

When comparing haskell-language-server and ghc-exactprint you can also consider the following projects:

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

ghc-core

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-prof - Library for parsing GHC time and allocation profiling reports

ghc-core-html - Read ghc-core with style. javascript and CSS style.

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

ghc-vis - Visualize live Haskell data structures in GHCi

ghc-datasize - ghc-datasize is a tool to determine the size of Haskell data structures in GHC's memory

ghc-lib-parser-ex - GHC API parse tree utilities