Skip to content

dstilesr/HaskellFun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published