Installation on Windows ARM64 Machine

I’m eager to try Haskell, though I’m pretty intimidated as well. All the installation instructions I get via CoPilot seem to differ from one another. Could someone please list the official step-by-step instructions for installing Haskell on my Windows ARM64 computer? Thanks.

1 Like

Hi @bobmccrory. I’m happy to know you are interested in trying out Haskell, but, unfortunately, ARM64 Windows is not currently supported by the GHC (nor any other Haskell compiler AFAIK).

However, it is on GHC’s radar: #24603: Support for ARM64 Windows · Issues · Glasgow Haskell Compiler / GHC · GitLab

It may still be possible to run Haskell on your machine, for instance, if it supports a feature equivalent to macOS’s Rosetta2 — in which case you should be able to get a x64 Windows distribution running, or, for smaller scale programs to get your feet wet, you could use the Haskell playground on the browser (https://play.haskell.org/)

1 Like

Thanks very much for the quick reply; you’ve saved me a lot of time. I’ll just have to wait, and wallow in Python and Julia until you rescue me.

https://cocalc.com/ also offers a very full featured online haskell development environment.

I wonder about https://github.com/augustss/MicroHs ?

According to the associated paper, MicroHs compiles via C. So it’s possible, but the paper should probably be read first (e.g. to learn what Haskell features MicroHs supports).