What makes online compilers support many languages? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

What makes online compilers support many languages?

Many online compilers can play with more various language than offline compilers. Also, they provide compilers that treatment language that requires search hard to learn. How can we play with so many languages on the online compilers?

5th Jun 2018, 5:32 AM
grayvessel
grayvessel - avatar
1 Respuesta
0
because they provide a uniform frontend to many different compilers, they are not actually compilers themself, they might use gcc for c, g++ for c++, rustc for rust,...
5th Jun 2018, 7:16 AM
Max
Max - avatar