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

Support for MATLAB OOP #11

Open
bbarker opened this issue May 27, 2020 · 0 comments
Open

Support for MATLAB OOP #11

bbarker opened this issue May 27, 2020 · 0 comments

Comments

@bbarker
Copy link
Collaborator

bbarker commented May 27, 2020

MATLAB supports OOP through an internal system as well as interaction with the JVM. I'm not considering the second case (JVM) in this issue. And as far as I can tell, haskell-matlab doesn't currently support this (but see mObjectGetClass, mObjectSetClass). I'm not sure how useful it is either to model certain aspects of OOP, like inheritance, but we could possibly do this with typeclasses.

Some useful reading to start with:

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