I'm aware I can run a system command from inside C++. However, I am curious if a library exists that will handle the installation and use of multiple language compilers; for example, call c, python, java, JavaScript, etc. from inside C++ and return the output without having to install these languages one by one. Similar to tio.run and riju, but ran locally.
#Are there any existing C++ libraries that will add an eval for multiple programming languages?
1 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.
It's called a shell 
Someone else has probably made one before, you could try searching for it
I tried googling but couldn't find anything with my keywords
Already at >24 hours 😅
And yeah Radiant, this is what I figured would be the case
For js, maybe you could use google v8 though it’s pretty large iirc
multiple langs? I doubt it, but surely you can integrate many langs, js and python are both embeddable, and lua was basically designed to be embeddable
This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.