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 REMOVE ELEMENT AT for lists #214

Closed
Lartu opened this issue Dec 6, 2022 · 0 comments
Closed

Add REMOVE ELEMENT AT for lists #214

Lartu opened this issue Dec 6, 2022 · 0 comments

Comments

@Lartu
Copy link
Owner

Lartu commented Dec 6, 2022

I've realized the only way to delete an element from a list right now is to delete every element of the list from the tail up to that element, and then re-add every element back into the list, which is terribly inefficient. I was thinking that we maybe should add a "REMOVE ELEMENT AT" command to delete elements from a list that are not in the last position.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants