purpose: (build-string n f) = (string (f 0) ... (f (- n 1)))
Intermediate Student with Lambda Language