Warning, /education/kturtle/README.md is written in an unsupported language. File is not indexed.

0001 <img src="https://invent.kde.org/kde/kturtle/raw/master/src/turtle.svg" align="right"
0002      title="Kturtle logo" width="64" height="64">
0003 
0004 KTurtle is an educational programming environment that uses TurtleSpeak, a programming language loosely based on and inspired by [LOGO](http://en.wikipedia.org/wiki/Logo_programming_language).
0005 
0006 The goal of KTurtle is to make programming as easy and accessible as possible. This makes KTurtle suitable for teaching young students the basics of math, geometry and... programming.
0007 
0008 ## Features
0009 
0010 Some of the main features of KTurtle include:
0011 * the ability to translate the programming commands into the native language of the student using the KDE translation framework.
0012 * all you need integrated in one application.
0013 * simplified programming terminology.
0014 * intuitive syntax highlighting and error markers.
0015 
0016 ![Kturtle](icons/kturtle.gif)
0017 
0018 Learn more in the [KTurtle manifesto](MANIFESTO.md).