Very likely we want to re-use "sequence literal" syntax instead of e.g. using new lexical syntax like {, } (curly braces might be used for structural records or as an alternative to indentation in the future).
Meta: Expand
Examples
Easiest to implement. Error-prone though. Not quite in favor.
@Hash-Map ["key0" value0 "key1" value1]
A bit more verbose. Less error-prone. However, a weird use of nested literals where the inner ones are not independent.
Very likely we want to re-use "sequence literal" syntax instead of e.g. using new lexical syntax like
{
,}
(curly braces might be used for structural records or as an alternative to indentation in the future).Meta: Expand
Examples
Easiest to implement. Error-prone though. Not quite in favor.
A bit more verbose. Less error-prone. However, a weird use of nested literals where the inner ones are not independent.