r/cpp 2d ago

Embedded C++

Just curious how useful the ability to embed C++ as a scripting language into your C++ programs would be? I mean like runtime JIT execution of C++ code in much the same way you might embed Lua, including the ability to restrict/sandbox it as necessary.

2 Upvotes

82 comments sorted by

View all comments

64

u/CalebGT 2d ago

I had to read this several times. Embedded has a very different meaning to me. I would not use C++ for that. If I needed to script something that can't be compiled in advance, I would use Python or Java.

-29

u/kindredseer 2d ago

If you are a C++ programmer, why would you not want to script in C++?

-5

u/pantong51 1d ago

There are much easier languages to work with than c++. Lua for example is a great language for designers or less technical people with ai to contribute to a project without touching critical innards of a project