Elm – fun with L-System (Part 5)
Series: Algae Pythagoras Tree Cantor Dust Koch Curve Sierpinski Triangle (this) Dragon Curve Fractal Plant Last time out we implemented the Koch Curve example from the L-System wikipedia page. Now, let’s continue our journey and see how we can implement the Sierpinski Triangle example in Elm. Example 5 : Sierpinski Triangle First, let’s define …