Compatibility of Programming Languages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Compatibility of Programming Languages

Hello to everyone! I have a question... Is somewhere in this whole project or if someone can tell me, how is one language compatibile with another? For example: If I wanted to create a program with every its needs. Like graphics, quotes etc. Thanks, fellow newbie WhatIsThis

26th Jan 2018, 5:49 PM
WhatIsThis
4 Answers
+ 5
The whole web group is HTML for the words and stuff CSS for the colors and positioning and JS for math stuff
26th Jan 2018, 5:51 PM
Ole113
Ole113 - avatar
+ 15
we use both java & sql for java-database connectivity //java as front-end ... taking user input //MySQL as back-end ... storing input & making modifications in it
26th Jan 2018, 5:57 PM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 2
Another example would be Microsoft's .NET Framework and Common Language Interface. You can use C#, F# and VB.NET together easily and use C++/CLI to link C/C++ code as well. But remember that all these are special cases. Most programming languages can not "talk" with each other.
26th Jan 2018, 5:55 PM
Vlad Serbu
Vlad Serbu - avatar
+ 1
Amazing! Thanks guys. Glad to have you here!!
26th Jan 2018, 6:22 PM
WhatIsThis