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

MATLAB/Octave support? #160

Open
krishnakumarg1984 opened this issue May 20, 2022 · 2 comments
Open

MATLAB/Octave support? #160

krishnakumarg1984 opened this issue May 20, 2022 · 2 comments
Labels
new-langage-support request for supporting a new language

Comments

@krishnakumarg1984
Copy link

Does this already support MATLAB/Octave? I am forced to use MATLAB in a recent project, and was looking for a suitable neovim REPL plugin.

Support Level to achieve
line-level support

@krishnakumarg1984 krishnakumarg1984 added the new-langage-support request for supporting a new language label May 20, 2022
@michaelb
Copy link
Owner

Hey!

No, it doesn't... Yet

But given the little time I have right now, matlab being a pain, and the scale of the project sniprun is most relevant for (small ones), I think you may not want to wait for full-featured matlab support.

It may be possible (and simple) to do a basic 'bloc-level' interpreter yourself, but REPL has more chances than not (especially since matlab ) to be difficult...

@krishnakumarg1984
Copy link
Author

Sigh. This was sort of expected. MATLAB is a genuine pain, a dinosaur in the modern era, with its proprietary and often outdated tooling.

That said, there's a lot of legacy code, and the automotive industry continues to rely on MATLAB, with its proprietary toolboxes. And support will be appreciated.

A MATLAB interpreter session can be real REPL (i.e. no need of faking a REPL). The last time I used MATLAB was about 5 years ago, and there was a vimscript plugin (https://github.com/daeyun/vim-matlab) that worked reasonably well to provide a REPL with even ability to execute cells etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-langage-support request for supporting a new language
Projects
None yet
Development

No branches or pull requests

2 participants