How to create program in several languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

22nd May 2017, 9:10 PM
Leigh E. O.
Leigh E. O. - avatar
21 Answers
+ 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.
24th May 2017, 10:11 PM
Nik
Nik - avatar
+ 10
use the link and script tags
28th May 2017, 9:39 AM
NimWing Yuan
NimWing Yuan - avatar
+ 7
😀 @ Nik, maybe you're right. But the wiki page was informative, anyway. BTW, Thanks.
24th May 2017, 10:28 PM
Leigh E. O.
Leigh E. O. - avatar
+ 6
@James. I don't fully understand. Explain?
23rd May 2017, 3:10 PM
Leigh E. O.
Leigh E. O. - avatar
+ 6
@Alexander Lavrenko, Thats not really helpful..
30th May 2017, 11:48 AM
Leigh E. O.
Leigh E. O. - avatar
+ 4
👍 @James
23rd May 2017, 5:22 PM
Leigh E. O.
Leigh E. O. - avatar
+ 4
only the html-css-php-javascript(applets) was make a one language this program run in a web browser
25th May 2017, 2:01 PM
MOHANRAJ D
MOHANRAJ D - avatar
+ 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.
25th May 2017, 4:29 PM
Nik
Nik - avatar
+ 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.
30th May 2017, 10:58 AM
Alexander Lavrenko
Alexander Lavrenko - avatar
+ 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 .
25th May 2017, 3:51 PM
Omm Pradhan
Omm Pradhan - avatar
+ 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
26th May 2017, 2:53 AM
Codex
Codex - avatar
+ 2
Sublime Text is the best code editor software you can use.
24th May 2017, 7:38 AM
Talha Fareed Chishti
Talha Fareed Chishti - avatar
+ 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.
25th May 2017, 6:46 AM
Sheharyar Ahmed
Sheharyar Ahmed - avatar
+ 1
Write it in byte code, I guess? :)
24th May 2017, 6:14 AM
Alex Snaidars
Alex Snaidars - avatar
+ 1
It's not possible, as every language has its own interpreter or compiler
25th May 2017, 5:24 AM
Michele Zulian
Michele Zulian - avatar
+ 1
you can use microservices software architecture where each microservice is developed independently and can be in a different language.
25th May 2017, 6:20 AM
Zara44
Zara44 - avatar
+ 1
Chris Cornell
25th May 2017, 4:09 PM
Code Master
Code Master - avatar
+ 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
29th May 2017, 12:18 PM
Tr4y
Tr4y - avatar
+ 1
google frameworks and the differences between front end and back end development
30th May 2017, 4:40 AM
Neville Lee
Neville Lee - avatar
22nd May 2017, 9:16 PM
Maart
Maart - avatar