Functional Programming with JSL, Anyone?
Does anyone write JSL using functional programming, and if so do you have a standard set of functions that you use? As an example, the simplified map function below does all of the work of a for loop so you only need to specify an expression and a list and the function returns a list with the function evaluted for each element. In R, a similar function and variants of it can be found in the packag...