-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
I was wondering if there was interest in making this project compatible with Octave in addition to Matlab? I looked into it a bit and it seems like it might not be too much work (but I haven't tried anything yet so there might be more issues).
- The command line arguments for Octave are different (e.g.
--evalinstead of-rto run code), but that's not hard to fix - The json package being used won't work as is because Octave doesn't support packages (namespaces) and also doesn't support the same syntax for calling Java objects (can use these functions for compatibility); could use a different json package, or try to fix up this one
- I'm also not sure whether the mex part will work as is, but it might.
Is there any other potential problem you can think of? I could work on this if there's interest.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels