Saturday, July 30, 2016

Haskell in Docker

This is for my functional programming friends.

If you want to try haskell, or try a different version of haskell than the one you have on your system, you can use one of the official  haskell docker containers.

All you need is Docker and the following two commands:


docker pull haskell
docker run --rm --interactive --tty haskell

and you are done, you are in ghc interactive mode

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.