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
Rhiz currently interprets strings and atoms differently (e.g. (task "foo") works but ("task" "foo") doesn't). I think this distinction is probably needless (at least at the interpretation layer) and introduces needless documentation and uncertainty (e.g. "can I log an atom?").
The text was updated successfully, but these errors were encountered:
Rhiz currently interprets strings and atoms differently (e.g.
(task "foo")
works but("task" "foo")
doesn't). I think this distinction is probably needless (at least at the interpretation layer) and introduces needless documentation and uncertainty (e.g. "can I log an atom?").The text was updated successfully, but these errors were encountered: