runhugs
A Haskell 98 interpreter
Install
- All systems
-
curl cmd.cat/runhugs.sh
- Debian
-
apt-get install hugs
- Ubuntu
-
apt-get install hugs
- Kali Linux
-
apt-get install hugs
- Fedora
-
dnf install hugs98
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install hugs
- Raspbian
-
apt-get install hugs
- Dockerfile
- dockerfile.run/runhugs
hugs
A Haskell 98 interpreter
Hugs is an interpreter for the non-strict, purely functional programming language Haskell. This version of Hugs, Hugs 98, supports nearly all of the Haskell 98 specification, as well as a number of extensions. The Haskell language is described by documents in the haskell-doc package. Other libraries are documented in the ghc6-doc package.