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

Potential improvements to cross-language interface paradigm #48

Closed
zanellia opened this issue Sep 28, 2018 · 1 comment
Closed

Potential improvements to cross-language interface paradigm #48

zanellia opened this issue Sep 28, 2018 · 1 comment

Comments

@zanellia
Copy link
Contributor

zanellia commented Sep 28, 2018

  1. Inherit methods from Python class in all languages
  2. Generate setters/getters automatically from attribute list
  3. Overload getattr and setattr for cleaner syntax
  4. Use dynamic properties of classes in Matlab meta-interface
  5. Remove code duplication in setters and getters (could be solved as well by overloading of getattr and setattr?)
  6. Hide args, dims and sol?
@zanellia
Copy link
Contributor Author

zanellia commented Oct 7, 2018

All this is now mostly unnecessary due to the usage of native C APIs which simplifies the interfaces.

@zanellia zanellia closed this as completed Oct 7, 2018
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

No branches or pull requests

1 participant