Hi,
I'm new to Haskell and I would like to know what would be the best way
to install and work with it.
For example with Python I set virtual environments so I can work
relaxed there with the confidence that nothing will be broken at
system level; I can work then with different versions of the
libraries, keep things generally more clean, etc.
Is there something like this for Haskell? Should I set similar
environments or I am good to go by just installing the GHC related
packages (and some useful extras like haskell-platform)?
Kind regards.