ΘρϵηΠατπ

Nested Triangles with Recursion
Suppose we have the following function
                
                     (define (stack3 im)
                      (above im (beside im im))
                     )
                
            
  • implement (nested-triangles first having the second argument passed to the recursive calls be base `base`.