-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Labels
Description
Hello,
Where did the old converter with more languages go? DeveloperFusion's C# to Code converter is down too.
I wrote a comprehensive tool to help convert (non-GUI aspects) from IronPython to vanilla Python as the primary feature of the following project: https://github.com/poikilos/PythonCodeTranslators
The snippet converter with more languages was formerly at http://codeconverter.sharpdevelop.net/SnippetConverter.aspx
I had used it to successfully convert projects. The way I did it was by using the snippet converter than then running my tool (python_remove_dotnet.py, which uses my library in the same project) on the output of the resulting IronPython (or whatever .NET dependent Python that the output was).
Reactions are currently unavailable