This is kind of a meta-learning, octave type question, hope it is fine to ask it here? Was wondering if anyone has worked on octave standalone programs. I can see some advantages but wanted to know the drawbacks of the same. Don't want to waste my time, if other in community have already spent time figuring it out.
Adv.
- Can utilize some of the Matlab/octave code or data types and thereby faster development or at least faster prototyping if you already have part of code in another language.
Specifically, How compatible is it ? Suggestions, tips and advices accepted appreciated.
EDIT : Thanks to @RichieCotton for the questions.
- Standalone, as in C/C++ calling Octave. http://www.gnu.org/software/octave/doc/interpreter/Standalone-Programs.html#Standalone-Programs
- To what level of functionality is it fast and works, say calling octave math libraries, built-in functions, calling other octave code.
- What are the overheads ?