An open API service indexing awesome lists of open source software.

https://github.com/stanfordhaskell/cs43

Course materials for Stanford's CS43: Functional Programming Paradigms
https://github.com/stanfordhaskell/cs43

category-theory course-materials functional-programming haskell

Last synced: 7 months ago
JSON representation

Course materials for Stanford's CS43: Functional Programming Paradigms

Awesome Lists containing this project

README

          

# Stanford CS43: Course materials

This course covers the fundamentals of functional programming and algebraic type
systems, and explores a selection of related programming paradigms and current
research. Haskell is taught and used throughout the course, though much of the
material is applicable to other languages. Material will be covered from both
theoretical and practical points of view, and topics will include higher order
functions, immutable data structures, algebraic data types, type inference,
lenses and optics, effect systems, concurrency and parallelism, and dependent
types.