clarity-lang / reference

The Clarity Reference
147 stars 35 forks source link

Tuple enhancements #5

Open diwakergupta opened 4 years ago

diwakergupta commented 4 years ago

Folks have proposed a number of enhancements and improvements around tuples in Clarity, such as:

Context

psq commented 4 years ago

added one more (and inserted tuple in the title so it shows in the query above: https://github.com/blockstack/stacks-blockchain/issues/1728)

njordhov commented 4 years ago

Let's refer to these immutable unordered collections of labeled data values as records, which is the more accurate programming language terminology. In contrast to the concept in Clarity, tuples are generally ordered collections of data values grouping together a fixed number of values. See also the previous discussion and proposal to rename the Clarity concept from "tuple" to "record".

friedger commented 2 years ago