Open GeorgeS2019 opened 2 years ago
Currently, we have PyToCs to convert Python code to C#
There are projects e.g. Numpy.NET and TorchSharp which use Code Synthetic structures as close to Python code to ease the learning curve.
Perhaps by integrating PyCs to PyToCs, the translated codes by PyToCs would look closer to the python code synthetic structures than before.
FYI: https://github.com/chrisphu/Pythonic-CS-Foreach-Enumeration
Currently, we have PyToCs to convert Python code to C#
There are projects e.g. Numpy.NET and TorchSharp which use Code Synthetic structures as close to Python code to ease the learning curve.
Perhaps by integrating PyCs to PyToCs, the translated codes by PyToCs would look closer to the python code synthetic structures than before.
Example from Numpy.NET