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
It is convenient when working with Clojure being able to just call (printf "%s = %s" "some-var" some-var). Perhaps nbb can provide a cl-format and printf implementations lazily from modules?
Based on what we discussed in Slack we could offer both but ideally they should be lazy so as not to slow down runtime.
Willing to draft a PR but what were you thinking as far as modules and file-names?
The text was updated successfully, but these errors were encountered:
jaidetree
changed the title
Adapt cl-format or wrap goog.string/format
Adapt cl-format and/or wrap goog.string/format
Feb 24, 2022
It is convenient when working with Clojure being able to just call
(printf "%s = %s" "some-var" some-var)
. Perhaps nbb can provide a cl-format and printf implementations lazily from modules?Based on what we discussed in Slack we could offer both but ideally they should be lazy so as not to slow down runtime.
Willing to draft a PR but what were you thinking as far as modules and file-names?
The text was updated successfully, but these errors were encountered: