in reply to Re^3: Run Perl 5 in the Browser!
in thread Run Perl 5 in the Browser!

time consuming inner functions

BTW, just another thought: As I said, my original intention with this was to be able to build user interfaces, so there's always the approach of moving the heavy work into a different process, in this case that would be the web server - even if that's running on the same machine, it'd still give a speedup for the heavy lifting.