Open Esther2013 opened 5 years ago
I am wondering if the use of a transpiler like PYtoCS can also speed up the porting of the python libraries.
@MovGP0 The pytocs looks awesome. Don't know if it works very well on the nest dependency. Does it just translate syntax?
@Deep-Blue-2013 haven't tried it ye. But I think it only translates the syntax and you can write plugins for specific use cases.
Tensorflow makes extensive use of numpy's ndarray data structure. I wonder if I can reference the NumSharp library in the project. NumSharp maximizes the simulation of some numpy functions, and the syntax is similar, which can reduce the migration cost from Python.