;; define an anonymous
;; function which divides
;; 30 by the value of the argument
user=> (all-greatest-by #(/ 30 %)
10 20 40)
(10)
;; define an anonymous
;; function which divides
;; 30 by the value of the argument
user=> (all-greatest-by #(/ 30 %)
10 20 40)
(10)
; define an anonymous
; function which divides
; 30 by the value of the argument
user=> (all-greatest-by #(/ 30 %)
10 20 40)
(10)