Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 592 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 592 Bytes

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.