diff options
| author | Alberto Villa <avilla@FreeBSD.org> | 2011-10-17 00:03:42 +0000 |
|---|---|---|
| committer | Alberto Villa <avilla@FreeBSD.org> | 2011-10-17 00:03:42 +0000 |
| commit | a2d3b5a4bc5047210b788a128596ec34749ffa11 (patch) | |
| tree | c3c20b47c3435ddcaf02b8570db6aab5b70011af /lang/kturtle/pkg-descr | |
| parent | da6ade2349d0bdc372133d4d97bc6988aee94238 (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 |
