functional programming - Evaluate a list of functions in Clojure -


i have list of functions have no side-effects , take same arguments. need evaluate each function in list , put results list. there function in clojure it?

(map #(% arg) function-list) 

should job?


Comments

Popular posts from this blog

python 3 IndexError: list index out of range -

android - How to save instance state of selected radiobutton on menu -

IF statement in MySQL trigger -