Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add support for open-ended slice syntax #24

Open
ezmiller opened this issue May 9, 2021 · 0 comments
Open

Add support for open-ended slice syntax #24

ezmiller opened this issue May 9, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ezmiller
Copy link
Contributor

ezmiller commented May 9, 2021

Python let's you do:

[:5]
[5:]
[:]

We should support this on our slice method. We may need keywords, i.e. something like (slice ds :from-start 5). In any case, this is the question as well. What will our syntax look like?

@ezmiller ezmiller added enhancement New feature or request good first issue Good for newcomers labels May 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant