L8 -- Functions II

3 Novembro 2021, 13:00 José Campos

Topics introduced and discussed: functions in more details. We discussed how to pass function names (and the arguments of those functions) as an argument of a function, discussed the subtle subject of passing mutable and immutable objects, anonymous functions, and recursion.