fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! (by parsonsmatt)
ghci-ng
By chrisdone
DISCONTINUED
Our great sponsors
fourmolu | ghci-ng | |
---|---|---|
11 | 1 | |
248 | 1,043 | |
6.9% | - | |
8.9 | 0.4 | |
8 days 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.
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.
fourmolu
Posts with mentions or reviews of fourmolu.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-14.
- Announcing Scale: A WebAssembly runtime for running Rust functions in any other language
-
Secretly introduced rust in my company, now they love it!
Here's an example of using the new WASM backend to run a Haskell library in the browser: https://github.com/fourmolu/fourmolu/pull/289
- [ANN] Fourmolu 0.9
- Anyone have an up-to-date GitHub Action config that uses cabal for binary releases
-
[ANN] Fourmolu 0.7.0.0
If I could nitpick here a bit, fourmolu is primarily a fork that is ormolu + configuration. It also happens to have a default configuration different from ormolu (https://github.com/fourmolu/fourmolu/issue/128), but it's not the primary motivation for fourmolu
That github link is broken: https://github.com/fourmolu/fourmolu/issues/128.
-
Why is there no "standard" formatting tool for haskell?
Thanks for sharing fourmolu! This is awesome!
ghci-ng
Posts with mentions or reviews of ghci-ng.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-01-03.
-
Why Clojure?
I've only dabbled with GHCI. I've used it as a standalone REPL for trying out small things, the same way I'd use a Python or Javascript REPL. I haven't used the REPL /the/ developer interface to the program. In Clojure, I would (1) start a REPL server, (2) connect to it from my editor, and (3) send expressions to it. I didn't develop Haskell that way, though I think it was possible with Intero[1].
Within the Clojure community, there's a perception that the Clojure REPL is one of its strongest selling points[2].
Are you using the REPL actively when developing?
What are some alternatives?
When comparing fourmolu and ghci-ng you can also consider the following projects:
ormolu - A formatter for Haskell source code
ghcid - Very low feature GHCi based IDE
leksah - Haskell IDE
hdocs - Haskell docs tool
ghci-ng
ghc-mod
hoogle - Haskell API search engine
haskell-docs - Get the Haskell documentation of a name from a module
ghci-pretty - tiny hack for colored pretty-printing within ghci
scion - OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine
ihaskell - A Haskell kernel for the Jupyter project.
BigPixel - Pixel art for games