haskell.do is a Haskell code editor, centered around interactive development. You can get it on the website.
Pull Requests are greatly appreciated, check out our contributing guidelines.
The only 3rd-party requirements to build haskell.do are Stack and NodeJS (due to GHCJS).
git clone https://github.com/theam/haskell-do && cd haskell-do
stack setup --stack-yaml=client-stack.yaml
to setup GHCJS (note that it isn't supported on Windows)
stack Build.hs -h
for detailed usage of the build file.
stack Build.hs -a
for building project.
stack Build.hs -r
for running haskell.do on port 8080
.
Wanna contribute? Make sure that you've read our contributor guidelines. We'd like to hear from you and your ideas, get in touch with other contributors through: