-
Notifications
You must be signed in to change notification settings - Fork 871
Closed
Description
I believe
No, you can't mix data types, that's stupid.
is at odds with
[ [ 1, 2 ], ["a", "b", "c"] ]
Namely, the above is an array with two elements: the first element is an array of integers and the second element is an array of strings. This is a mixing of data types.
Practically, this makes it awkward for languages whose native lists are homogeneous to read TOML
correctly.
TOML
allows mixing of data types at the level of the hash table. I propose that TOML
not allow the mixing of data types at the array level.
therustmonk
Metadata
Metadata
Assignees
Labels
No labels