You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log command currently takes a single string. I think it would be better if it took any number of strings and/or atoms and concatenated them with spaces (something like what [str](https://clojuredocs.org/clojure.core/str) does in Clojure).
The
logcommand currently takes a single string. I think it would be better if it took any number of strings and/or atoms and concatenated them with spaces (something like what [str](https://clojuredocs.org/clojure.core/str) does in Clojure).