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
For example, gensym, defined as (defn gensym [[g "G"]] …), is currently rendered as (hy.gensym [g G]). Probably this is just a matter of using repr or hy.repr instead of str.
The text was updated successfully, but these errors were encountered:
For example,
gensym
, defined as(defn gensym [[g "G"]] …)
, is currently rendered as(hy.gensym [g G])
. Probably this is just a matter of usingrepr
orhy.repr
instead ofstr
.The text was updated successfully, but these errors were encountered: