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

Well you asked for suggestions... ;) #12

Open
rockdemon opened this issue Feb 3, 2021 · 4 comments
Open

Well you asked for suggestions... ;) #12

rockdemon opened this issue Feb 3, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@rockdemon
Copy link

A way to iterate structures/objects in memory, similar to what sjasm does with it's structs would be fantastic, especially if combined with a foreach type command and list/array management?

e.g. Dim aliens as new List(alien)
for i = 1 to 10 :aliens.Add(alien): next i
foreach alien a in aliens
doAction(a)
NextEach

aliens.removeAt(4)

I know that's huge but would be a massive plus point making games and more serious utilities too.

@em00k em00k added the enhancement New feature or request label Feb 10, 2021
@em00k em00k assigned em00k and unassigned em00k Feb 10, 2021
@em00k
Copy link
Owner

em00k commented Feb 14, 2021

So I have been thinking about this a lot. To have a full structured list implementation would probably overkill - but I agree that having a list where you don't need to manage positions/adding/removing would be super beneficial.

@rockdemon
Copy link
Author

Definitely 👍

Posting a major feature request on someone else's project is very easy, but i think it would massively improve it.

@em00k
Copy link
Owner

em00k commented Sep 20, 2022 via email

@ljg701
Copy link
Collaborator

ljg701 commented Sep 20, 2022

I think boriel has this in his backlog already.

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

No branches or pull requests

3 participants