Photo Gallery

[BYOPL:L4b] Functional programming (FP) practice: designing and implementing the sum() function
[BYOPL:L4g] Functional programming practice: designing and implementing the sumTree() function
[BYOPL:L4c] Functional programming (FP) practice: designing and implementing the isMember() function
[BYOPL:L4e] Functional programming practice: designing and implementing the subst() function
[BYOPL:L4i] Functional programming practice: designing and implementing the removeTree() function
[BYOPL:L4d] Functional programming practice: designing and implementing the removeFirst() function
[BYOPL-L7b] Functional programming building blocks:  Closures and anonymous functions
[BYOPL:L7f] Functional programming: Implementing the compose() function
[BYOPL:L7g] Functional programming: The filtering pattern
[BYOPL-L7a] Functional programming building blocks:  Higher-order functions
[BYOPL:L4h] Functional programming practice: designing and implementing the isMemberTree() function
[BYOPL:L5a] The accumulator pattern in functional programming: the  reverse() function