Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelschlesinger/cis194
https://github.com/samuelschlesinger/cis194
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuelschlesinger/cis194
- Owner: SamuelSchlesinger
- Created: 2016-04-28T04:02:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T06:32:44.000Z (over 8 years ago)
- Last Synced: 2024-10-27T19:11:03.935Z (2 months ago)
- Language: Haskell
- Size: 825 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#CIS 194: Introduction to Haskell (Spring 2013)
##Course Description
Haskell is a high-level, pure functional programming language with a strong static type system and elegant mathematical underpinnings, and is being increasingly used in industry by organizations such as Facebook, AT&T, and NASA. In the first 3/4 of the course, we will explore the joys of pure, lazy, typed functional programming in Haskell (warning: euphoric, mind-bending epiphanies may result!). The last 1/4 of the course will consist of case studies in fun and interesting applications of Haskell. Potential case study topics include automated randomized testing, software transactional memory, graphics generation, parser combinators, or others as time and interest allow. Evaluation will be based on class participation, weekly programming assignments, and an open-ended final project.
I'm attempting to complete the assignments of this course in order to learn more about Haskell and to see how fast I can do it.