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 spec also ignores $0 and absent shared symbols. See also #324
BTW the case that gives me the most pause is with one null, eg (make_symbol null.string) which one might expect to return null.symbol not "". That's fairly useless for E-expression invocation (you could just write the desired null directly), but in templates it enables coercing any string to a symbol.
The text was updated successfully, but these errors were encountered:
The spec currently states that
make_string
There's still some discussion, eg at amazon-ion/ion-tests#100 (comment)
The spec also ignores
$0
and absent shared symbols. See also #324BTW the case that gives me the most pause is with one null, eg
(make_symbol null.string)
which one might expect to returnnull.symbol
not "". That's fairly useless for E-expression invocation (you could just write the desired null directly), but in templates it enables coercing any string to a symbol.The text was updated successfully, but these errors were encountered: