Introduction to functional programming with Scheme/Racket.
- Course: CST233 - Programming Languages
- Lab: Lab 2 - Scheme
- Institution: Oregon Institute of Technology
- Language: Scheme/Racket
- Functional programming paradigm
- Recursion and tail recursion
- List processing and manipulation
- Higher-order functions
- Lambda expressions
Fiddling.rkt- Scheme/Racket implementation- Lab assignment PDF and responses
- Understanding functional programming concepts
- Recursion as primary control structure
- Immutability and pure functions
- LISP-family language syntax
- Scheme/Racket
- DrRacket IDE