Skip to content

James-P-D/HaskellDump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HaskellDump

Dumping ground for Haskell

Haskell Installation for Windows using Chocolatey

From Admin-Powershell run:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Then from Admin command-prompt

choco install haskell-dev

For REPL:

ghci.exe

To compile:

ghc main.hs

Learning

Mostly taken from Derek Banas' video and Learn You a Haskell for Great Good!

Programming in Haskell by Graham Hutton

Typing up and exercises from Graham Hutton's book.

Programming in Haskell book cover

About

Dumping ground for Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published