Skip to content

Commit

Permalink
lecture 03
Browse files Browse the repository at this point in the history
  • Loading branch information
nmheim committed Feb 28, 2024
1 parent 450b781 commit 89f3c05
Show file tree
Hide file tree
Showing 4 changed files with 576 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default defineConfig({
items: [
{ text: '01: Introduction', link: '/lectures/lecture01'},
{ text: '02: Lists & Trees', link: '/lectures/lecture02'},
{ text: '03: Higher Order Functions', link: '/lectures/lecture03'},
]
},

Expand Down
8 changes: 6 additions & 2 deletions lectures/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ Focuses on Racket lists and trees. Further, it introduces the unit testing libra

[Slides](https://github.com/aicenter/FUP/blob/main/lectures/lecture02.pdf).

<!--
3. [Lecture 3](lecture03) deals with higher-order functions, function closures and Racket structures.
## [Lecture 3](lecture03): Higher Order Functions
Deals with higher-order functions like (`map`, `filter`, `foldl`), function closures and Racket
structures.

[Slides](https://github.com/aicenter/FUP/blob/main/lectures/lecture03.pdf).

<!--
4. [Lecture 4](lecture04) introduces pattern matching, and explains how to implement lazy
evaluation and streams in Racket.
Expand Down
Loading

0 comments on commit 89f3c05

Please sign in to comment.