Question: In SCALA Create a second function vecfn that allows one to pass the function to perform on the input lists as the first argument. In
Create a second function "vecfn" that allows one to pass the function to perform on the input lists as the first argument. In addition to working for the above by passing in the "+function, it should also work for the following. (display (vecfn 12 3) '(4 5 6))) (n ewline) (display (vecfn (4) (list (sqrt -1))) ) (newline) (display (vecfn / '(1 2 3) '(1 4 5))) (n ewline) Finally, add a "vecfun" to the syntax of Scheme. Submit a single text file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
