Lindenmayer Systems: Fractal Growth Through String Rewriting
L-Systems (Lindenmayer Systems) were introduced by biologist Aristid Lindenmayer in 1968 to model the growth patterns of plants. These parallel rewriting systems use simple rules to generate complex, self-similar structures that closely resemble natural forms.
Design your own fractal structures by defining an axiom (starting string) and production rules. The turtle graphics interpreter recognizes these commands:
Observe how L-Systems evolve iteration by iteration. Each generation applies the production rules to the current string, revealing the emergent fractal structure step by step.