Run-time scripting is a powerful tool for updating values in a project without waiting for a compilation stage. However, we do not want to stray from the performance C++ gives. Either create a scripting layer for per-file c++ compilation (Each file has its own .dll) or find a scripting library that barely strays from the C++ standard.
Run-time scripting is a powerful tool for updating values in a project without waiting for a compilation stage. However, we do not want to stray from the performance C++ gives. Either create a scripting layer for per-file c++ compilation (Each file has its own .dll) or find a scripting library that barely strays from the C++ standard.