I'm conducting a design research to design a package for classification analysis in a particular programming language, that has been implemented in another programming language
This is a kind of Benchmark for the statistical programming languages:-
Using both language make a graph on the parameters like , time taken to run your application on the same O/S , accuracy in solution, user-friendliness, bug-free, cost-effectiveness.
This graph will project you which language is better !
There are standard performance metrics for programming languages called complexity measure which is a function of so many factors called 'code metrics' such as lines of code, number of iterations, branches, execution time and other relevant program tokens. A mathematical complex notation called the 'big O' concept is also used in program complexity calculation.