Saturday 28 September 2019

Haskell on the Raspberry Pi

Haskell is one of the Functional Programming languages and follows a rather different paradigm to the more commonly taught languages.

There are browser based options, such as https://www.haskellmooc.co.uk/

Installer

There is information about installing the Haskell Platform here.

For a Raspberry Pi, it is in the repository:

sudo apt-get install haskell-platform

References

https://www.haskellmooc.co.uk/