Hi! I wonder if it is possible today to embed perl6 in a C/C++ application. What I would like to do is:
- distribute my application as a single executable - have the perl runtime linked into the application - be able to read+evaluate perl file(s) from my C++ code - have the perl code call the C++ code I want to "expose" for perl If this is possible, where should I look for examples/documentation? /Johan Holmberg