This library is built in the open.
If you spot an error, have a suggestion, or just want to say hello — we’d love to hear from you.
Wikimedia Commons · Public domain · Hover to magnify, click for fullscreen
Original fileThe image captures a computer screen interface featuring a code editor on the left and a drawing canvas on the right. The canvas displays a complex, radially symmetrical geometric shape composed of interwoven red lines that form a pattern of twelve elongated, overlapping petals around a circular void. A small, stylized green turtle icon—the cursor for the programming environment—is positioned near the lower-left edge of the red geometric structure. The editor window contains Italian-language programming commands such as 'ripeti' (repeat) and 'avanti' (forward), which define the algorithmic parameters of the graphic.
This image represents the intersection of recreational mathematics and computer-assisted design, utilizing the 'Turtle' metaphor derived from Seymour Papert’s Logo programming language, which was designed to teach procedural thinking and geometry.
1
2 ricomincia
3 dimensionesfondo 500,500
4 vai 130,300
5 coloresfondo 0,0,0
6 colorepenna 255,5,0
7 spessorepenna 2
8 ripeti 8{
9 destra 45
10 ripeti 6{
11 ripeti 90{
12 avanti 3
13 destra 2
14 }
15 destra 90
16 }
17 }Translation
1
2 restart
3 backgroundsize 500,500
4 go 130,300
5 backgroundcolor 0,0,0
6 pencolor 255,5,0
7 penwidth 2
8 repeat 8{
9 right 45
10 repeat 6{
11 repeat 90{
12 forward 3
13 right 2
14 }
15 right 90
16 }
17 }Seymour Papert
The image is a product of the Logo programming tradition pioneered by Papert, which uses the turtle metaphor to teach geometric and mathematical concepts.
Object
computer graphics
Contemporary
decorative
Linked Data
AI AI-cataloged fields generated by gemini-3.1-flash-lite-preview on April 20, 2026. Getty identifiers are AI-inferred and may require verification.