core-lang / core

The Core Programming Language
https://core-lang.dev
MIT License
45 stars 1 forks source link

extend sequence APIs #66

Closed soc closed 1 year ago

soc commented 1 year ago

These are preliminary inefficient bulk operation implementations before streaming is implemented.

Array:

List:

soc commented 1 year ago

Closing. Let's not waste effort on a strict array implementations and focus on implementing the non-strict streaming API instead, which all collections will use.