GNU Octave is a high-level interpreted language, primarily intended for numerical computations, with graphics capabilities for data visualization and manipulation.
It can be used in interactive command-line mode, or batch mode.
It is extensible and customizable via user-defined functions written in Octave's own language, or via dynamically loaded modules written in C++, C, Fortran, or other languages.
Octave is quite similar to Matlab, so many programs are easily portable.