Category: LOGO Turtle Programming
A ‘Fractal Graph’ can be seen as ‘self similar’. For example, This is a fractal graph that is made by LOGO turtle graphic. Each element is a tiny star …
The LOGO Programming language is fun to learn. It was first designed for teaching children to program as their first programming language. The Turtle Graphics is easy to understand. …
In December, 2006, I wrote a PHP Logo Interpreter . At that time, PHP4 was widely used. Everything in PHP4 is passed by value. For example, if you need …