yamlscript icon indicating copy to clipboard operation
yamlscript copied to clipboard

Better Destructuring Syntax

Open ingydotnet opened this issue 8 months ago • 0 comments

There are many ways that destructuring syntax and semantics can be improved in YAMLScript.

Here's a start:

+{a b c} =: d
+[a b* c] =: d

ingydotnet avatar Jun 23 '24 13:06 ingydotnet