Our great sponsors
- SonarLint - Clean code begins in your IDE with SonarLint
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- InfluxDB - Access the most powerful time series database as a service
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
leksah | ghci-ng | |
---|---|---|
4 | 1 | |
969 | 1,043 | |
0.0% | - | |
2.6 | 0.4 | |
about 1 year ago | - | |
Haskell | Haskell | |
LicenseRef-GPL | BSD 3-clause "New" or "Revised" License |
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.
leksah
-
Which IDE/Code editor / Dev environment do you use ?
[2]: https://github.com/leksah/leksah
-
Haskell in Production: Channable
Well, Leksah used to be a good experience in regards to debugging.
-
Ever tried lekash IDE?
There are Nix based installation instructions for Mac and Linux. (Getting familiar with Nix can help with managing the Haskell package and tools ecosystem more generally – so it's good Yak shaving...).
ghci-ng
-
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?
ghcid - Very low feature GHCi based IDE
hdocs - Haskell docs tool
ghci-ng
haskell-language-server - Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
ghc-mod
niv - Easy dependency management for Nix projects
hadolint - Dockerfile linter, validate inline bash, written in Haskell
hie-core - The Daml smart contract language
hoogle - Haskell API search engine
haskell-docs - Get the Haskell documentation of a name from a module
bumper - Haskell tool to automatically bump package versions transitively.
ihaskell - A Haskell kernel for the Jupyter project.