I'm trying to determine whether I can use ChaiScript but so far I'm very concerned that there doesn't seem to be a way to compile a script to use later. This would be a problem if a script has to be called hundreds of times per second, for example.
All the examples I've found refer to a C++ function called eval which takes an entire script as an argument and runs it.
So is it possible to separate the compile and run steps?