MLH-Fellowship / 0.4.1-Execute.ly-server

Server: Edit and execute handwritten or any code in an image right in your browser.
MIT License
20 stars 7 forks source link

Add transcoder support for languages #21

Open harshil15999 opened 4 years ago

harshil15999 commented 4 years ago

Request for feature:Transcoder support

Please add a option which allows you to convert the language of the code. e.g A code snippet in python should be converted to C code snippet.

This will help people get the answer they require even if they cannot find it for the language they are looking for

Relevant paper for translation of programming languages

2006.03511.pdf

sauravhiremath commented 4 years ago

@harshil15999 There might be other tools for your targetted use case. We won't be able to support this across all the languages, as no such solution exist having such wide coverage.

The answer here does justice to what I said above: https://softwareengineering.stackexchange.com/a/12511