I\'m making an application that analyses one or more series of data using several different algorithms (agents). I came to the idea that each of these agents could be implem
you could probably create an embedded language using C++ templates and operator overloading, see for example ublas or ftensor matrix languages. i do not think python or other interpreted languages of is suitable for having numbercrunching/data processing.