What is a application to convert any language​(like Java, JavaScript, Ruby, C++ etc.) to an .exe file or even to view them? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is a application to convert any language​(like Java, JavaScript, Ruby, C++ etc.) to an .exe file or even to view them?

Thanks

10th May 2017, 3:03 PM
Iwan
Iwan - avatar
4 Answers
+ 5
@calvin o can you code exe codes with HTML also, now you are telling me something, thanks! Is there one for the rest?
10th May 2017, 6:09 PM
Iwan
Iwan - avatar
+ 4
Okay jSmooth but that is only for Java
10th May 2017, 3:03 PM
Iwan
Iwan - avatar
+ 4
To convert a program file or code file to an .exe file or execution file, you will be needing a compiler. Every programming language has his own compiler that converts your ASCII program file into executable code or Machine Language as they call it. This way you do not need an interpreter (that's merely a translator that converts your written code in small sections and sends it to the processor ) and because your whole program code has been converted into a block of Machine Code, it will run approximately 10 times faster than an interpreter does. A nice secondary option you get is that your code is kind of encrypted and there are not so many people that are able to reverse engineer your .EXE file back into a readable program file.
16th May 2017, 9:00 AM
🇺🇸 Anatoli🇧🇪🇪🇺 ,
🇺🇸 Anatoli🇧🇪🇪🇺 , - avatar
+ 2
Electron and Nw.js but that is only for Html Css & Javascript
10th May 2017, 3:35 PM
Calviղ
Calviղ - avatar