-
Notifications
You must be signed in to change notification settings - Fork 0
/
abstract.tex
13 lines (12 loc) · 1.2 KB
/
abstract.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
\begin{abstract}
Students often have difficulties in learning how to program in an object-oriented style.
One of the causes of this problem is that object-oriented languages require the programmer to be familiarized with a big amount of non-trivial concepts.
For several years we have been teaching introductory OOP courses using an \emph{incremental learning path},
which starts with a simplified OOP model consisting only of objects, messages and references.
This learning path is supported by a customized development environment which enables the creation of programs using this \emph{simplified programming model},
and allows us to postpone the introduction of more abstract concepts like classes or inheritance.
In this work we propose an enhancement to this learning path focusing on the transitions between the stages of the course.
We also present a new educational programming language named Wollok, which allows maximizing the accuracy in the selection of concepts to present.
Finally, Wollok is accompanied by a programming environment which has lots of tools to guide the student and to help detecting mistakes
and at the same time is in line with the most common professional practices.
\end{abstract}