Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 551 Bytes

CSE114A.md

File metadata and controls

21 lines (12 loc) · 551 Bytes

CSE 114A - Foundations of Programming Languages

Problem solving emphasizing recursion, data abstraction, and higher-order functions. Introduction to types and type checking, modular programming, and reasoning about program correctness.

Prerequisites:

Quality:

Difficulty:

Remarks:

  • Language(s) used: Haskell
  • Learn new concepts that previously weren't covered in CS curriculum (lambda calculus)
  • Starts off relatively easy, then near the end becomes very difficult