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

[feature-request] Array Type #49

Open
cdonovick opened this issue Jun 7, 2019 · 7 comments
Open

[feature-request] Array Type #49

cdonovick opened this issue Jun 7, 2019 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@cdonovick
Copy link
Collaborator

Add an array type to better match the magma type hierarchy.

@cdonovick cdonovick self-assigned this Jun 7, 2019
@cdonovick cdonovick added the enhancement New feature or request label Sep 25, 2019
@phanrahan
Copy link
Collaborator

Could we bump this in priority? This would be very useful for the design space exploration paper.

@cdonovick
Copy link
Collaborator Author

I can bang out a provisional versional. What operations should the array support? Just getitem?

@phanrahan
Copy link
Collaborator

getitem for sure.

We should also be able to declare an array as an argument to a peak method. And construct an array from a set of values.

Thanks!

@cdonovick
Copy link
Collaborator Author

cdonovick commented Oct 5, 2019 via email

@phanrahan
Copy link
Collaborator

I can make a tuple work. But an array would be a lot cleaner. The problem is I am trying to write a generator, and tuples might require macros. ;)

@cdonovick
Copy link
Collaborator Author

cdonovick commented Oct 5, 2019 via email

@cdonovick
Copy link
Collaborator Author

related to phanrahan/magma#752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants