diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-04-09 16:54:36 +0000 |
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-04-09 16:54:36 +0000 |
| commit | 96c4a6fb54b361be281ba571c59c1a9053abbec7 (patch) | |
| tree | c09826431ab288362da965b46c50ef35ab244d41 /lang/kturtle/pkg-descr | |
| parent | dd150900f438c6df56e299e01f466104833040a2 (diff) | |
Notes
Diffstat (limited to 'lang/kturtle/pkg-descr')
| -rw-r--r-- | lang/kturtle/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/kturtle/pkg-descr b/lang/kturtle/pkg-descr new file mode 100644 index 000000000000..eb1c114f5db0 --- /dev/null +++ b/lang/kturtle/pkg-descr @@ -0,0 +1,17 @@ +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 |
