Question: ANSWER IN RACKET Write a structurally recursive function in Racket (gather x lon) that takes two arguments, a one-argument function x and a list of

ANSWER IN RACKET Write a structurally recursive function in Racket (gather x lon) that takes two arguments, a one-argument function x and a list of numbers lon. gather will return a list of items x(i) for every i in lon ex : > (gather square '(1 2 -1 -2 3-3) '(1 4 1 499)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
