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

Factor TypedTuple into Product vs the rest #186

Open
shingarov opened this issue Feb 7, 2024 · 1 comment
Open

Factor TypedTuple into Product vs the rest #186

shingarov opened this issue Feb 7, 2024 · 1 comment
Labels
backburner TODO at some future date

Comments

@shingarov
Copy link
Owner

Right now we have both TypedTuple and Product, 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.

@shingarov shingarov added the backburner TODO at some future date label Feb 7, 2024
@shingarov
Copy link
Owner Author

And dually. (We don't even have class Coproduct now).

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 Feb 9, 2024
This commit temporarily removes `#⨰` until we decide on #186 [1]

[1]: #186
shingarov pushed a commit that referenced this issue Feb 11, 2024
This commit temporarily removes `#⨰` until we decide on #186 [1]

[1]: #186
shingarov pushed a commit that referenced this issue Feb 11, 2024
This commit temporarily removes `#⨰` until we decide on #186 [1]

[1]: #186
shingarov pushed a commit that referenced this issue Feb 18, 2024
This commit temporarily removes `#⨰` until we decide on #186 [1]

[1]: #186
shingarov pushed a commit that referenced this issue Jun 28, 2024
This commit temporarily removes `#⨰` until we decide on #186 [1]

[1]: #186
shingarov pushed a commit that referenced this issue Jun 28, 2024
This commit temporarily removes `#⨰` until we decide on #186 [1]

[1]: #186
shingarov pushed a commit that referenced this issue Jun 28, 2024
This commit temporarily removes `#⨰` until we decide on #186 [1]

[1]: #186
shingarov pushed a commit that referenced this issue Jun 28, 2024
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 temporarily removes `#⨰` until we decide on #186 [1]

[1]: #186
shingarov pushed a commit that referenced this issue Jun 29, 2024
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 temporarily removes `#⨰` until we decide on #186 [1]

[1]: #186
shingarov pushed a commit that referenced this issue Jun 29, 2024
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
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
Labels
backburner TODO at some future date
Projects
None yet
Development

No branches or pull requests

1 participant