Embedded Scripting

cpan.gifThis weekend, I came across a useful class that allows you to embed a Perl interpreter into Symbian c++ applications. 

Why would you want to do this? Providing functionality via scripting allows application functionality to be changed more easily. New scripts can be downloaded or even provided by the user such that they can extend and adapt the application to their own needs.

Comments are closed.