Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

kconner/mess-with-haskell

Repository files navigation

Some project where I mess with Haskell

I used this tutorial which honestly isn't that beginner-friendly or explicitly Haskell-centric. But I did find it to hit a lot of functional coding points I missed coming from imperative style, notably the common mechanism of transforming foreach and condition-terminated loops into expressions.

Setup

Shell tools

Install Homebrew.

Install the Haskell Stack:

brew install haskell-stack

Visual tools

Install Visual Studio Code. Launch it.

Type ⇧⌘P to bring up the command palette, then type to run Shell Command: Install 'code' command in PATH.

Quit VS Code.

Use code mess-with-haskell.code-workspace to open the project. Install recommended extensions.

About

Just fooling around trying to learn some stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published