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

Request for tuple unpacking syntax in for loops #1372

Open
musab-mah-7 opened this issue Oct 12, 2024 · 0 comments
Open

Request for tuple unpacking syntax in for loops #1372

musab-mah-7 opened this issue Oct 12, 2024 · 0 comments
Labels
jaclang Issues related to jac programming language new feature/enhancement Proposing a new feature or enhancement to existing feature.

Comments

@musab-mah-7
Copy link
Collaborator

Describe the feature you'd like

The current syntax for tuple unpacking in for loops in Jac does not support a format like for (i, j) in apple {}, which is needed for consistency with Python's syntax (for i, j in apple:).

Expected Outcome:

Implement support for tuple unpacking in for loops using a syntax similar to Python, enhancing the language's usability and consistency.

@kugesan1105 kugesan1105 added new feature/enhancement Proposing a new feature or enhancement to existing feature. jaclang Issues related to jac programming language labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jaclang Issues related to jac programming language new feature/enhancement Proposing a new feature or enhancement to existing feature.
Projects
None yet
Development

No branches or pull requests

2 participants