https://github.com/active-group/haskell-tutorial-bob-2020
This repository contains haskell code and technical instructions.
https://github.com/active-group/haskell-tutorial-bob-2020
Last synced: 10 months ago
JSON representation
This repository contains haskell code and technical instructions.
- Host: GitHub
- URL: https://github.com/active-group/haskell-tutorial-bob-2020
- Owner: active-group
- Created: 2020-02-11T16:19:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T07:29:49.000Z (about 2 years ago)
- Last Synced: 2024-04-18T16:36:04.777Z (about 2 years ago)
- Language: Haskell
- Size: 405 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# haskell-tutorial-bob-2020
This repository contains Haskell code and technical instructions.
### instructions
- install [Docker](https://www.docker.com/)
- install [Visual Studio Code](https://code.visualstudio.com/download)
- install the "ghcide" extension: click on the
"Extensions" icon on the left, search for "ghcide", select
"ghcide", click on install
- install the "Remote - Containers" extension: click on the
"Extensions" icon on the left, search for "Containers", select
"Remote - Containers", click on install
- click on the files icon in the upper-left corner
- click on the "View" item, select "Command Palette", type
"containers", select "Remote - Containers: Open Folder in Container"
- select this directory and press OK
- this triggers building a Docker image; wait until it finishes
### file explanation
'MachMit' is a prepared empty file for writing code in the tutorial. In 'Spickzettel' you can look up code snippets.