machobearstudio / hyperlane

Context-dependent computation pipelines
Apache License 2.0
23 stars 12 forks source link

Added slice fragment #6

Closed BruceFletcher closed 6 years ago

BruceFletcher commented 6 years ago

Added fragment for [].slice function.

Note that this slice implementation does not have constant arity, which might conflict with hyperlane's design goals, I don't know. It seems to work okay to me, even if other fragments aren't designed similarly.