Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Extending JavaScript's slice #25

Open
jakirkham opened this issue Aug 4, 2018 · 0 comments
Open

Extending JavaScript's slice #25

jakirkham opened this issue Aug 4, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@jakirkham
Copy link

In the docs, it says slice doesn't support steps because JavaScript doesn't. Though it looks like there is a proposal to add slices with steps to JavaScript. In the interim, this gist has a simple slice implementation. Also this repo implements slice support with custom objects. They discuss this work in this blogpost.

ref: http://pscript.readthedocs.io/en/latest/intro.html#support

@almarklein almarklein added the enhancement New feature or request label Aug 4, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants