Notes/UNB/Year 5/Semester 2/CS4613/Lecture Notes.md

17 lines
386 B
Markdown
Raw Normal View History

2025-01-09 13:23:01 -04:00
TODO: Go over slide 1 stuff and fill in
2025-01-09 14:19:04 -04:00
TODO: Go over slide 2 stuff and fill in
2025-01-09 13:23:01 -04:00
# Lecture 2
## S-Expressions
### Simplified Calculator Parser
2025-01-14 13:21:18 -04:00
# Lecture 3: Local binding
2025-01-23 14:19:31 -04:00
Stacker helps show the environment, heap allocations, and stackframes
2025-01-14 13:21:18 -04:00
2025-01-16 13:17:32 -04:00
# Lecture 4: Functions
2025-01-23 13:29:54 -04:00
# Lecture 5: Macros
# Lecture 6: Objects
Desugared objects, defining a function that takes a case for method arguments
2025-01-28 13:10:52 -04:00