DEV Community

Discussion on: Today I learned - Programming languages can be brought together

Collapse
 
sethcalebweeks profile image
Caleb Weeks

Welcome to DEV, and congratulations on your first post! Many Python packages are actually written in C/C++ for performance benefits, but I didn't know you could run Ruby code! I suppose any language that can kick off a shell command can invoke a program written in another language, so long as the interpreter is installed, or the program is precompiled.

Collapse
 
andrewp profile image
Andew

From your comment, I was wondering how a programming language is written, my guess is it must be written by at least one available language, and at the end everything is interpreted to 0 and 1. So I wonder if there is a way for any language could be used together. I'm only 1 year into coding, I still have a long way to figure out how things in programming work.
Thank you for your comment and welcoming.