grailbio / reflow

A language and runtime for distributed, incremental data processing in the cloud
Apache License 2.0
965 stars 52 forks source link

Support list slicing #71

Open mariusae opened 6 years ago

mariusae commented 6 years ago

Reflow should support slicing lists (e.g., l[:100]) as in Go.