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

Export should have a switch to export arrays #37

Closed
mkromberg opened this issue Mar 24, 2019 · 6 comments
Closed

Export should have a switch to export arrays #37

mkromberg opened this issue Mar 24, 2019 · 6 comments
Labels
enhancement New feature or request

Comments

@mkromberg
Copy link
Contributor

mkromberg commented Mar 24, 2019

Link should implement a prototype of the proposed "Array Notation Mk III", as described in Adams Belfast Presentation

@abrudz
Copy link
Member

abrudz commented Mar 24, 2019

Serialise takes an array and creates the notation representing it.

Deserialise takes notation and evaluates it to an APL array.

@mkromberg
Copy link
Contributor Author

Fixed in 64d8279.

@lstefano71
Copy link

lstefano71 commented Apr 2, 2019

)clear
aaa←'test'
]link.export # d:\trash\wrapper\src2

does not export the variable. Is this the expected behaviour? How am I supposed to create the .apla file starting from the variables in my workspace? Or should this be addressed by #21?

@mkromberg
Copy link
Contributor Author

Sorry, #21 is still open, and as a result claiming that #37 is closed was a bit premature. Any day now, I hope.

@nicolas-dyalog
Copy link
Contributor

This should definitely be doable

@nicolas-dyalog nicolas-dyalog changed the title Implement support for arrays using ".apla" array format Export should have a switch to export arrays May 15, 2020
@nicolas-dyalog nicolas-dyalog added the enhancement New feature or request label May 15, 2020
@nicolas-dyalog
Copy link
Contributor

fixed in Link v2.1.0-beta9

nicolas-dyalog added a commit that referenced this issue Nov 17, 2020
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

4 participants