in reply to Re: Re: Re: Our future
in thread Our future

Ever coded a web-browser in perl? Sure it's possible, but will be it fast/stable etc?

It is not that insane idea as it looks on first glance. If you use C/C++ to build speed/memory critical components and use Perl to write less critical components and glue everything together it will work. Good example is Mozilla: basic blocks are C++ components which are glued together by Javascript which is a scripting language also.

--
Ilya Martynov, ilya@iponweb.net
CTO IPonWEB (UK) Ltd
Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net
Personal website - http://martynov.org

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Our future
by kodo (Hermit) on Mar 21, 2003 at 08:19 UTC
    Uhm well okay maybe you just don't want to understand what I try to point at. So no more words on this needed :)

    kodo