List operations - len
and index
#34
Labels
No labels
bug
c:haku
c:rkgk backend
c:rkgk frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: liquidex/rkgk#34
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now the primary use case of lists is for building the brush scene graph.
It'd be useful to be able to iterate through lists and transform them rather than just produce them. These two primitives should be enough for us to build upon for now.
Later on we can add system-accelerated primitives for common operations like
map
,filter
, andreduce
, generating lists, appending elements, joining them, but that's outside the scope of this issue.