+ 23
How to create program in several languages?
I've seen people here whose program runs on several languages. I can only do one. How to include a second language in the code? I've attached one of my code that I want to insert another language to. https://code.sololearn.com/cQR45h0YX11F/?ref=app
21 odpowiedzi
+ 4
If you're referring to HTML, CSS, and Javascript. Create a new program under 'Web". That's the only way to use three different languages together.
Also, James connected you to a wiki link that turns the source code (the code you write) into another language's source code. Which ism't what you were asking about.
+ 10
use the link and script tags
+ 7
😀 @ Nik, maybe you're right. But the wiki page was informative, anyway.
BTW, Thanks.
+ 6
@James. I don't fully understand. Explain?
+ 6
@Alexander Lavrenko, Thats not really helpful..
+ 4
👍 @James
+ 4
only the
html-css-php-javascript(applets) was make a one language
this program run in a web browser
+ 4
James, I know. The only reason I phrased it the way I did, was because he was asking what the wiki page was talking about (seemed like he had no idea), so I said what it was and let him know that it wasn't exactly what he was looking for. Apologies, if I sounded harsh.
+ 4
First, you need to create the final product in one language. Then you'll need to figure out how to recreate the same experience in other languages. That's all.
+ 3
bro use html4,html5,JavaScript, CSS for normal animated HTML server .and add php for php web server for better result.
you can use this four languages as you want .
+ 3
I know what your asking and it is a good question. I'm not sure either but to explain better. I belive what he's asking/means for example is Facebook and alot of other apps are made with more then 1 program language. Look it up and Google will tell you the backend is userly made with many programming languages.
https://en.m.wikipedia.org/wiki/Programming_languages_used_in_most_popular_websites
+ 2
Sublime Text is the best code editor software you can use.
+ 2
all the thing u need to learn is oop if u have enough knowledge and pratice and logics of oop then u r not a language depended u can work in any language all u just need to know the knowlegde of the tools of new programming languages thats it.
+ 1
Write it in byte code, I guess? :)
+ 1
It's not possible, as every language has its own interpreter or compiler
+ 1
you can use microservices software architecture where each microservice is developed independently and can be in a different language.
+ 1
Chris Cornell
+ 1
are you talking about adding one language then another In the same code? sorry if I read it wrong
for javascript, c++, html and css there
and yes if you didn't know you can make a program with html even tho it's a Markup directly for web sites you can make a program outta it(a fact) you can look it up now outta c++, HTML and CSS you can block out another code and add a different code but you have to define the language make sure your program can function right on different programming languages structure block codes as in something like this.
{
for html then it can be a closing tag then you add your other languages which ever one you wanna add
if you start off with an interpreted language then you'll have to run off with that one and if you start off with a language that needs to be compiled start off with that one
+ 1
google frameworks and the differences between front end and back end development
0
https://www.quora.com/How-do-you-use-different-coding-languages-in-one-program
Check this out, think it might help