List operations - len and index #34

Open
opened 2024-08-21 21:15:01 +02:00 by liquidev · 0 comments
liquidev commented 2024-08-21 21:15:01 +02:00 (Migrated from github.com)

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, and reduce, generating lists, appending elements, joining them, but that's outside the scope of this issue.

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`, and `reduce`, generating lists, appending elements, joining them, but that's outside the scope of this issue.
liquidex added this to the Backlog project 2024-09-13 20:24:03 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: liquidex/rkgk#34
No description provided.