Karel++

Материал из Энциклопедия вычислительного мышлении
Перейти к навигации Перейти к поиску
Для какого возраста предназначен язык 10
Компетенции в каких сферах формирует Computational Thinker
Purpose Мини-язык для обучения
Visual_Text_Blocks Текст
Dimension 2D
Openness Открытый
Address
Ancestors Karel
Descendants
ActiveNow Project is active
Remixing? No
Год создания 1995
Inventor


Karel J Robot, J. Karel, and Karel++ are versions of Karel the Robot that prepare students for object-oriented programming rather than procedural programming. Karel J Robot and J. Karel use Java-style syntax; Karel++ uses C++ style syntax. Rather than creating procedures to teach Karel to turn right, students subclass a basic robot to create a right-turning robot. These systems leverage off the success of the original Karel the Robot to introduce object-oriented programming early on to students.

https://homepage.cs.uri.edu/faculty/wolfe/tutorials/csc101/karel++/