How to embed Pike script into C++

Been recently looking into pike because of it's similar syntax to C, and because I have heard you can make changes at runtime without compiling using scripts. To be honest, I really have no idea where to begin with it, since my only experience with scripts is a bit of javascript back in college. Not sure if it is just certain chunks of code that would be called with the script, like certain functions would be called in pike from C++ rather than inside the C++ source code? Also curious if it's similar to an SDL setup where you have to include libraries, add dll files and have a #include "whatever" from the pike folder to get the script running with your project? Any help from anyone with experience in this is much appreciated, thanks!



























































Topic archived. No new replies allowed.