---
tags: programming languages
---
# Installing Haskell (2023)
Go to the [Haskell homepage](https://www.haskell.org/get-started/) and follow the instructions.
**Windows:** I don't have first-hand experience with Windows. I have seen students running `ghci` in a so-called powershell. Another possibility is to install WSL2 (Windows Subsystem for Linux 2) and then install Haskell following the instructions for Linux.