Currently a user cannot do this: ```clojure ($ "hello" "world" (map ...) "something else") ``` And instead has to do this: ```clojure ($ :<> ($ "hello" ) .. ```
Currently a user cannot do this:
And instead has to do this: