dstilesr / HaskellFun

Some fun practice scripts in Haskell!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HaskellFun

About

Some fun practice scripts in Haskell!

Running one of the scripts

To run one of these scripts, you must first have installed the GHC Haskell compiler. Then, to run a script with the interpreter, run the following in the terminal:

runhaskell <script_name>.hs

You can also compile the code for better performance:

ghc <script_name>.hs [options]

About

Some fun practice scripts in Haskell!


Languages

Language:Haskell 100.0%