Haskell on docker and vagrant
pawelsawicz opened this issue · 4 comments
We could add info about haskell on docker / vagrant into guide
Example usage both of platforms for haskell :
haskell on docker
haskell on vagrant
I will try prepare PR for this.
It's not clear that either are being maintained.
There is a standard Docker image that can be trusted. I'm using the REPL now to mess around with Haskell for the first time.
@bitemyapp I can write some documentation on how to use if you think it makes sense (it would basically be the docs for that repo).
@davewalk I'd really like to not give new users (learners) of Haskell the impression that these are things they need to do in order to learn Haskell. This guide is for people who haven't yet learnt Haskell, it's not for production users figuring out productionization. If we did include Docker instructions, I'd prefer it be in the second half of the guide after the essential educational resources and with a qualifier that explains you don't have to use these tools to learn and use Haskell on your own computer.
If that works for you, I think instructions would be helpful for people who don't know want to use for (Docker && Haskell).
@bitemyapp Yes totally agree. We could do separate section that won't indicate that it's required. I thought that it could be useful for experienced programmers in other languages, who knows about Docker and Vagrant.