Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryangupta-09/haskell-mooc-solutions
My solutions for the Haskell MOOC course by the University of Helsinki.
https://github.com/aryangupta-09/haskell-mooc-solutions
assignment-solutions assignments-of-the-course assignments-solutions college-assignments college-courses course-solutions functional-programming haskell haskell-mooc haskell-mooc-fi haskell-mooc-solutions helsinki-university-mooc mooc mooc-fi mooc-solutions online-course university-assignments university-course university-courses university-coursework
Last synced: about 1 month ago
JSON representation
My solutions for the Haskell MOOC course by the University of Helsinki.
- Host: GitHub
- URL: https://github.com/aryangupta-09/haskell-mooc-solutions
- Owner: aryanGupta-09
- Created: 2024-05-31T10:53:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T11:39:52.000Z (6 months ago)
- Last Synced: 2024-10-12T23:42:58.723Z (about 1 month ago)
- Topics: assignment-solutions, assignments-of-the-course, assignments-solutions, college-assignments, college-courses, course-solutions, functional-programming, haskell, haskell-mooc, haskell-mooc-fi, haskell-mooc-solutions, helsinki-university-mooc, mooc, mooc-fi, mooc-solutions, online-course, university-assignments, university-course, university-courses, university-coursework
- Language: Haskell
- Homepage: https://haskell.mooc.fi/
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haskell-MOOC-Solutions
Solutions to the online functional programming course, Haskell MOOC, available at https://haskell.mooc.fi/
The course comprises Functional Programming I and II, offered by the University of Helsinki.## Installation
1. Clone the repo
```bash
git clone https://github.com/aryanGupta-09/Haskell-MOOC-Solutions.git
```2. Go to the project directory
```bash
cd Haskell-MOOC-Solutions
```3. Follow the instructions given on the course website to set up Haskell and run the files.