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 Tuple to the language #1153

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Add Tuple to the language #1153

wants to merge 8 commits into from

Conversation

mhermier
Copy link
Contributor

@mhermier mhermier commented Mar 10, 2023

A preview implementation of #1151, so people can test and I can improve the change set.

  • Add Tuple class
    • Cannot create a subclass of Tuple
    • Act as a basic Array
    • Add static filled ?
    • Add fromAll ?
    • Add call method
  • Add Sequence.toTuple
    • Add  List.toTuple
  • Language integration
    • In grouping
    • Multiple returns ?
    • Find edges case in the language

@mhermier mhermier force-pushed the tuple branch 2 times, most recently from d896dc9 to 3454e2d Compare March 10, 2023 15:42
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

Successfully merging this pull request may close these issues.

None yet

1 participant