mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
a4a7daf069
In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413
18 lines
880 B
Plaintext
18 lines
880 B
Plaintext
KTurtle is an educational programming environment for KDE. KTurtle
|
|
aims to make programming as easy and touchable as possible, and
|
|
therefore can be used to teach kids the basics of math, geometry
|
|
and... programming.
|
|
|
|
The programming language used in KTurtle is loosely based on Logo.
|
|
KTurtle allows, just like some implementations of Logo, to translate
|
|
the programming language (the commands, the documentation and the
|
|
error messages) to the native language of the programmer. Translating
|
|
the programming language to the native language of the programmer is
|
|
one of the many ways KTurtle tries to make learning to programming
|
|
more simple. Other features to help to achieve this goal are:
|
|
intuitive syntax highlighting, simple error messages, integrated
|
|
canvas to make drawings on, integrated help function, slow-motion or
|
|
step execution, and more.
|
|
|
|
WWW: http://edu.kde.org/kturtle
|