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

some missing features #1

Open
DracoKinerek opened this issue Jun 28, 2023 · 2 comments
Open

some missing features #1

DracoKinerek opened this issue Jun 28, 2023 · 2 comments
Labels
enhancement New feature or request syntax Language Syntax
Milestone

Comments

@DracoKinerek
Copy link

So, here's what we need:

  • += -= *= /= %= ^=
  • array functions

so the += -= etc are self explanatory, it changes x = x+1 to x += 1
and the array functions should be:

var arr = [1, 2, 3]
arr.extend(4)
print(arr) #4
@Almas-Ali Almas-Ali added enhancement New feature or request good first issue Good for newcomers labels Jun 28, 2023
@Almas-Ali
Copy link
Member

Can you try https://radon-project.github.io/docs/arrays.html this implementation and give your feedback.

There are lots of predefined methods available. You can check the docs for more details.

@Almas-Ali Almas-Ali added syntax Language Syntax and removed good first issue Good for newcomers labels Dec 15, 2023
@Almas-Ali
Copy link
Member

@Almas-Ali Almas-Ali added this to the v0.1 release milestone May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request syntax Language Syntax
Projects
None yet
Development

No branches or pull requests

2 participants