Is there any application to convert a code from one to other languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is there any application to convert a code from one to other languages?

I'm wondering to know, Is there any application to convert a code from one to other languages? it whould be very convenient. you just have to learn one programming language. so is there????

3rd Jul 2017, 4:29 AM
Abdul Salam
Abdul Salam - avatar
1 Answer
+ 2
There are many professional quality front ends that compile into optimised JavaScript. IntelliJ IDEA can convert any Java code that you paste into a Kotlin buffer. Every compiler that emits executable at the end is capable of producing assembly for the target platform. Until g++ came along, C++ was compiled to C and then a C compiler took over from there. So if you can access old compilers, from some 20 years ago,.. Many template engines produce HTML and other things. Jinja, JSP come to the top of the mind. Every lisp out there has a macro system that can produce compilable or interpretable code. I'm sure I'm missing many more.
3rd Jul 2017, 4:48 AM
Venkatesh Pitta
Venkatesh Pitta - avatar