Is there a solution [online or app] to convert a programming language to another one?
For example:
- I have XAML code and I want to convert it to javaScript and otherwise.
- I have C# code and I want to convert it to javaScript and otherwise.
Is there a solution [online or app] to convert a programming language to another one?
For example:
when doing web development you're able to translate ASP.NET and C# code to JavaScript using Script# http://projects.nikhilk.net/ScriptSharp
I think you should review the ideas behind each of the languages to get an understanding of their goals.
In order to convert code both languages must be identical, for example C# to VB. Converting languages that serve different purposes is not feasible, and the only options are tricky and full of errors.
You can look at this one: http://michaelsync.net/2007/10/29/script-c-to-javascript-converter
look at this project (claims to do C#>Javascript :) also look at Script# see video here