Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 780 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 780 Bytes

LogoTurtle

Logo is an educational programming language, designed in 1967 by Wally Feurzeig, Seymour Papert and Cynthia Solomon. "Logo" is not an acronym. It was derived from the Greek logos meaning word or "thought" by Feurzeig, to distinguish itself from other programming languages that were primarily numbers, not graphics or logic, oriented.

This is Logo interpreter written in Javascript. It uses canvas.

Commands: move, rotate, goto, color, width, on, off, clear, reset

Fractals: plant *deep *lenght *angle snowflake *deep *lenght

You can write new in procedures.js file.

Appearance

Live example

https://okkindel.github.io/turtle/