reactive-banana-gi-gtk
ghci-ng
DISCONTINUED
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
reactive-banana-gi-gtk | ghci-ng | |
---|---|---|
0 | 1 | |
16 | 1,043 | |
- | - | |
0.0 | 0.4 | |
about 2 years ago | - | |
Haskell | Haskell | |
LicenseRef-PublicDomain | 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.
reactive-banana-gi-gtk
We haven't tracked posts mentioning reactive-banana-gi-gtk yet.
Tracking mentions began in Dec 2020.
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?
leksah - Haskell IDE
ghcid - Very low feature GHCi based IDE
ghc-mod
hdocs - Haskell docs tool
ghci-ng
hoogle - Haskell API search engine
haskell-docs - Get the Haskell documentation of a name from a module
haskell-lsp - Haskell library for the Microsoft Language Server Protocol
scion - OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine
ghci-pretty - tiny hack for colored pretty-printing within ghci
ihaskell - A Haskell kernel for the Jupyter project.
fourmolu - A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome!