Functions II

4 Novembro 2020, 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.