hoogle
Haskell API search engine (by ndmitchell)
hfd
Flash debugger with haskeline interface (by Yuras)
hoogle | hfd | |
---|---|---|
65 | - | |
761 | 1 | |
0.3% | - | |
3.2 | 0.0 | |
about 1 month ago | over 13 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.
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.
hfd
Posts with mentions or reviews of hfd.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning hfd yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing hoogle and hfd you can also consider the following projects:
ghci-ng
ghc-mod
ihaskell - A Haskell kernel for the Jupyter project.
c2hs - c2hs is a pre-processor for Haskell FFI bindings to C libraries
castle - A tool to manage shared cabal-install sandboxes.
criterion - A powerful but simple library for measuring the performance of Haskell code.