ormolu
A formatter for Haskell source code (by tweag)
ihaskell
A Haskell kernel for the Jupyter project. (by IHaskell)
Our great sponsors
ormolu | ihaskell | |
---|---|---|
6 | 8 | |
809 | 2,442 | |
1.5% | 0.3% | |
6.9 | 6.0 | |
7 days ago | about 1 month ago | |
Haskell | Jupyter Notebook | |
BSD 3-clause "New" or "Revised" License | MIT 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.
ormolu
Posts with mentions or reviews of ormolu.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-23.
-
Format multiline imports in hls (emacs)
You will also need a formatter that uses that style. Brittany for example. The default formattingProvider for HLS is ormolu, which I believe doesn't use this style, so you will have to change this setting.
- Monthly Hask Anything (February 2022)
- Open source projects for beginners
-
Advent of Code 2021 day 1
Turns out I prefer Brittany to Ormolu, I edited it so it hopefully looks less verbose all on one line
-
Emacs for Haskell
For code formatting ormolu is a good option
ihaskell
Posts with mentions or reviews of ihaskell.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-16.
-
Transform your old and tired Haskell source files in shining Notebooks
Note that we do have the IHaskell kernel for Jupyter, so we don't have to be that jealous.
- School of Haskell: Basics
-
Script to run ihaskell in Docker
More info: https://github.com/gibiansky/IHaskell/issues/1251
-
How to use Matplotlib for Haskell in IHaskell
I'm stymied trying to import a package. It's Graphics.Matplotlib. (See here.) I'm wanting it for my IHaskell, but when I add it to the IHaskell stack.yaml
That looks like a generic front-end error for when the back-end is unavailable, the back-end error should be more informative, but I don't know where exactly you can find it. At this point it might make sense to open an issue on the issue tracker of IHaskell, they will be able to give you more useful answers.
-
Newbie: IHaskell + Rasterific?
curl -sSL https://get.haskellstack.org/ | sh git clone https://github.com/gibiansky/IHaskell cd IHaskell pip3 install -r requirements.txt stack install --fast ihaskell install --stack jupyter labextension install jupyterlab-ihaskell # did not work stack exec jupyter -- notebook
I haven't actually used IHaskell, however, the png file is presumably created in whatever the working directory is when the script is running. The IHaskell wiki says:
What are some alternatives?
When comparing ormolu and ihaskell you can also consider the following projects:
fourmolu - A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome!
haskell-language-server - Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
brittany - haskell source code formatter
hlint - Haskell source code suggestions
hadolint - Dockerfile linter, validate inline bash, written in Haskell
hoogle - Haskell API search engine
happy - The Happy parser generator for Haskell
fugue - A recapitulated prelude with minimal dependencies and profligate exports.
normalize-imports - Sort and align Haskell import statements
lsp-haskell - lsp-mode :heart: haskell
haddock - Haskell Documentation Tool