One suggestion that perhaps merit some discussion is re-introducing the call
helper? It would help our migration quite a bit and the implementation could just be
(defn call [f & args]
(apply vector f args))
Open a Github issue and I'll think about it.