tym: Typed Matlab

Hamid A. Toussi
DOI: https://doi.org/10.48550/arXiv.1111.3606
2011-11-15
Programming Languages
Abstract:Although, many scientists and engineers use Octave or MATLAB as their preferred programming language, dynamic nature of these languages can lead to slower running-time of programs written in these languages compared to programs written in languages which are not as dynamic, like C, C++ and Fortran. In this work we developed a translator for a new programming language (tym) which tries to address performance issues, common in scientific programs, by adding new constructs to a subset of Octave/MATLAB language. Our translator compiles programs written in tym, to efficient C++ code.
What problem does this paper attempt to address?