-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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:
Metadata
Metadata
Assignees
Labels
No labels