01
What is an L-system?
An L-system (Lindenmayer system) is a formal grammar invented by the biologist Aristid Lindenmayer in 1968 to model the growth of plants and algae. You start from a short axiom string and repeatedly replace each symbol using a set of rewrite rules, so the string grows more detailed with every pass. The final string is then read as a sequence of turtle-graphics commands β move, turn, branch β that trace out the fractal on screen.