Skip to content

Octave support? #74

@isbadawi

Description

@isbadawi

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. --eval instead of -r to 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions