juanjoman / haskell-do

:pencil2: :bar_chart: - The Haskell code editor focused on interactive development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner

Gitter Build Status

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.

Building from source

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.

Contributing

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:

About

:pencil2: :bar_chart: - The Haskell code editor focused on interactive development.

License:Apache License 2.0


Languages

Language:Haskell 94.8%Language:HTML 5.2%