Remove/Replace list notation #26

Closed
opened 2025-09-23 14:35:51 +10:00 by DiamondNether90 · 1 comment

The current list notation sucks and is inconsistent. For example, if my function argument is a list, i have to initialize it with the & symbol. This would not be a problem if it wasn't for the fact that you must use $ to get the value of a structure field. This means that I cannot operate on a list field.

What I ask: Please check the type of the argument instead of the character used, and phase out the use of *list notation.

The current list notation sucks and is inconsistent. For example, if my function argument is a list, i have to initialize it with the `&` symbol. This would not be a problem if it wasn't for the fact that you must use `$` to get the value of a structure field. This means that I cannot operate on a list field. What I ask: Please check the type of the argument instead of the character used, and phase out the use of `*list` notation.
Owner

This suggestion has been implemented

This suggestion has been implemented
max closed this issue 2025-09-25 11:15:34 +10:00
This repo is archived. You cannot comment on issues.
No Label
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ground/ground-old#26