If you don't see cool pictures, either:
Based on a university project where I created Lindenmayer systems using postscript.
Lindenmayer Systems were created by a biologist, Artsid Lindenmayer to model plant growth. The basis of LSystems is string rewriting. Starting with a seed string, you iterate several generations each time following very simple rules for growing the string. During each rewriting phase, each letter is replaced by another block of letter(s).
Lets start with a seed "a", and use two rules: a -> ab and b -> a
Things became interesting when one of his students determined that you could take this string and render it graphically. We will be treating the following characters as:
Draw using: 1 iteration 2 iterations 3 iterations 4 iterations
Draw using: 1 iteration 2 iterations 3 iterations 4 iterations
Draw using: 1 iteration 2 iterations 3 iterations 4 iterations 6 iterations 8 iterations
© 2005-2008, Jesse Andrews; licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.