hoogle
Haskell API search engine (by ndmitchell)
ihaskell
A Haskell kernel for the Jupyter project. (by IHaskell)
hoogle | ihaskell | |
---|---|---|
65 | 9 | |
763 | 2,622 | |
0.5% | 0.2% | |
3.2 | 8.5 | |
about 1 month ago | 5 days ago | |
Haskell | Jupyter Notebook | |
GNU General Public License v3.0 or later | 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.
hoogle
Posts with mentions or reviews of hoogle.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-02.
-
Rustdoc search; searching functions by type signature
This can be a very useful tool. In the Haskell community there's https://hoogle.haskell.org/ which serves a similar purpose. For me this search engine is indispensable anytime I try to do anything in Haskell.
-
8 months of OCaml after 8 years of Haskell in production
https://hoogle.haskell.org/ can help you find the function that you're looking for.
As for "words"... yes, possibly not the best name. But also so common that everyone that has ever written any Haskell code knows it. Such as Java's System.out.println
- Ask HN: What resources do you recommend for learning Haskell?
- F
- Hoogle: Search Haskell's Docs Based on Type Annotations
- The Hunt for the Missing Data Type
- SQL Join Flavors
-
What Is Dimensional Analysis?
Dimensions behave somewhat like a "type system" for math. These dimensional-analysis tricks act like the trick you see in Haskell sometimes, where you can easily guess an implementation of an expression once you know it's type (or e.g. search by type signature https://hoogle.haskell.org/ )
-
Do you miss dot-completion when coding in Haskell?
Haskell Spotlight makes vscode a client for hoogle. It isn't too different than jumping into your browser and type https://hoogle.haskell.org/. The main advantage is that you have everything in one place
-
dear ZVON.org owner, please take your haskell references down
https://hackage.haskell.org/package/base and https://hoogle.haskell.org are automatically up to date and better searchable than almost any other reference of any other programming language. maintaining a redundant reference that needs to be kept up to date manually is simply stupid.
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 2023-03-15.
-
Working interactively with non-IO environments in ghci
Are you referring to IHaskell: https://github.com/IHaskell/IHaskell?
-
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
- IHaskell: A Haskell kernel for the Jupyter project
-
Script to run ihaskell in Docker
More info: https://github.com/gibiansky/IHaskell/issues/1251
-
How to use Matplotlib for Haskell in IHaskell
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?
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 hoogle and ihaskell you can also consider the following projects:
ghci-ng
haddock - Haskell Documentation Tool
castle - A tool to manage shared cabal-install sandboxes.
ormolu - A formatter for Haskell source code
bliplib - A bytecode compiler for Python 3
happy - The Happy parser generator for Haskell