Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 1.18 KB

README.md

File metadata and controls

10 lines (5 loc) · 1.18 KB

Paradigms of Computer Programming

This course is an introduction to computer programming in four themes: functional programming as the foundation, semantics of programming languages, data abstraction as the way to master complexity, and concurrent programming with multiple agents. We will see the three most important programming paradigms: functional programming, object-oriented programming, and declarative concurrent programming. We define a programming paradigm as an approach to programming a computer that is based on a coherent set of principles or a mathematical theory. In practice, each paradigm comes with its own way of thinking and there are problems for which it is the best approach.

This repo is dedicated to solve LouvainX's Louv1.1x! MOOC at edX.

Mozart

This cource uses the Mozart Programming System to teach so you must be familiar with it's basics. This Cheat Sheet may be helpful.