Document
Document
Document
Fortran
Java
Pascal
ALGOL
C#
C++
Assembler
BASIC
COBOL
Python
Ruby
Advantages Disadvantages
Conceptual model (solution path) is very easy for beginners to understand System-
oriented programming means that maintenance blocks application development
Characteristics of specific applications can be taken into account Optimization and extension is more
difficult
func
LISP
ML
Haskell
OCaml
F#
Erlang
Clojure
Scala
Advantages Disadvantages
Well-suited for parallelization Retrieval of large amounts of data not possible efficiently
Easily testable code Not recommended for connections to databases and servers
Easily verifiable code, even stateless functions can be verified Not suitable for many recursions of the
same stack
Logic
The logic paradigm is dramatically different from the other three main programming paradigms.
The logic paradigm fits extremely well when applied in problem domains that deal with the
Extraction of knowledge from basic facts and relations. The logical paradigm seems less natural in
Below we briefly characterize the main properties of the logic programming paradigm.
• Characteristics:
Oo
Lecture 1 – slide 8
The object-oriented paradigm has gained great popularity in the recent decade. The primary and
Most direct reason is undoubtedly the strong support of encapsulation and the logical grouping of
Program aspects. These properties are very important when programs become larger and larger.
The underlying, and somewhat deeper reason to the success of the object-oriented paradigm is
Probably the conceptual anchoring of the paradigm. An object-oriented program is constructed with
The outset in concepts, which are important in the problem domain of interest. In that way, all the
Send messages between objects to simulate the temporal evolution of a set of real world
Phenomena
As for the other main programming paradigms, we will now describe the most important properties
Of object-oriented programming, seen as a school of thought in the area of computer programming.
• Characteristics:
• The theory of concepts, and models of human interaction with real world
Phenomena