Selecting An Embedded Language

后端 未结 7 2055
遥遥无期
遥遥无期 2021-01-12 08:29

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

7条回答
  •  感情败类
    2021-01-12 09:07

    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.

提交回复
热议问题