An introduction to different programming paradigms with a focus on the functional paradigm – lists, recursion, lazy-evaluation, higher-order functions, currying and lambda expressions. The course ...
and object-oriented programming paradigms in a suitable metalanguage such as Scheme. Topics include iteration, recursion, higher-order functions, types, inheritance, unification, message passing, ...
A programming paradigm is the structure and approach of a programming language. Put simply, this is a style or a way of programming, sometimes referred to as a way of thinking about computing and ...
Modularity (each part of the code is self-contained and reusable) is introduced through procedures, from which the paradigm gets its name. For example, a procedure to output even numbers between 0 ...