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's often nice to have literals for immutable sets, both for writing and for printing. This is obviously far less important than any of the semantics that you've laid out, but what about #<1 2 3> for ImmutableSet literals? I'm of course partial to Clojure's #{1 2 3} syntax, but that's taken in this proposal already.
The text was updated successfully, but these errors were encountered:
It's often nice to have literals for immutable sets, both for writing and for printing. This is obviously far less important than any of the semantics that you've laid out, but what about
#<1 2 3>
for ImmutableSet literals? I'm of course partial to Clojure's#{1 2 3}
syntax, but that's taken in this proposal already.The text was updated successfully, but these errors were encountered: