Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonfloof/cmp6090
Functional Programming - University Coursework/Homework
https://github.com/moonfloof/cmp6090
coursework fsharp functional-programming university
Last synced: 5 days ago
JSON representation
Functional Programming - University Coursework/Homework
- Host: GitHub
- URL: https://github.com/moonfloof/cmp6090
- Owner: moonfloof
- License: unlicense
- Created: 2017-02-27T08:53:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T09:21:17.000Z (over 7 years ago)
- Last Synced: 2025-01-05T00:25:03.983Z (12 days ago)
- Topics: coursework, fsharp, functional-programming, university
- Language: F#
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CMP6090 - Functional Programming University Module Coursework
Bit of a name.
This repo contains practise exercises completed for our functional programming
module at university. It will also contain the main tasks required to pass
the module.This repo may interest you if you are looking to start learning F# and would
like to see how basic things are done, as it's a learning experience for me too!## Structure
The exercises are structured in folders as such:
- exercises/
- week##/
- exercise##.fs[x]While the main tasks will have their own named folders in the root.
## Disclaimer
Each of these programmes is indented with only 1 space. This is because I am a
tab user, and to hell with being **forced** to use spaces in F#...