-
Notifications
You must be signed in to change notification settings - Fork 6
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
Factor TypedTuple into Product vs the rest #186
Labels
backburner
TODO at some future date
Comments
And dually. (We don't even have class |
janvrany
added a commit
to janvrany/MachineArithmetic
that referenced
this issue
Feb 8, 2024
This commit temporarily removes `#⨰` until we decide on shingarov#186 [1] [1]: shingarov#186
janvrany
added a commit
to janvrany/MachineArithmetic
that referenced
this issue
Feb 9, 2024
This commit temporarily removes `#⨰` until we decide on shingarov#186 [1] [1]: shingarov#186
shingarov
pushed a commit
that referenced
this issue
Jun 29, 2024
This commit is a combination of several commits adding the new concept of (anonymous) typed tuples. On an implementation level it leverages Pharo's slots to define tuple elements and their types. As of now, only rudimentary support for creating tuple types and instantiating them is added. Nice APIs may be (will be) added as needed. This commit temporarily removes `#⨰` until we decide on #186 [1] [1]: #186
shingarov
pushed a commit
that referenced
this issue
Jun 29, 2024
This commit is a combination of several commits adding the new concept of (anonymous) typed tuples. On an implementation level it leverages Pharo's slots to define tuple elements and their types. As of now, only rudimentary support for creating tuple types and instantiating them is added. Nice APIs may be (will be) added as needed. This commit temporarily removes `#⨰` until we decide on #186 [1] [1]: #186
shingarov
pushed a commit
that referenced
this issue
Jun 29, 2024
This commit is a combination of several commits adding the new concept of (anonymous) typed tuples. On an implementation level it leverages Pharo's slots to define tuple elements and their types. As of now, only rudimentary support for creating tuple types and instantiating them is added. Nice APIs may be (will be) added as needed. This commit temporarily removes `#⨰` until we decide on #186 [1] [1]: #186
shingarov
pushed a commit
that referenced
this issue
Jun 29, 2024
This commit is a combination of several commits adding the new concept of (anonymous) typed tuples. On an implementation level it leverages Pharo's slots to define tuple elements and their types. As of now, only rudimentary support for creating tuple types and instantiating them is added. Nice APIs may be (will be) added as needed. This commit temporarily removes `#⨰` until we decide on #186 [1] [1]: #186
shingarov
pushed a commit
that referenced
this issue
Jun 29, 2024
This commit is a combination of several commits adding the new concept of (anonymous) typed tuples. On an implementation level it leverages Pharo's slots to define tuple elements and their types. As of now, only rudimentary support for creating tuple types and instantiating them is added. Nice APIs may be (will be) added as needed. This commit temporarily removes `#⨰` until we decide on #186 [1] [1]: #186
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we have both
TypedTuple
andProduct
, and a lot of cut-and-pasted code. Obviously the whole idea of Tuples is to emphasize that they ARE products, so we should look at this one day.The text was updated successfully, but these errors were encountered: