Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
C as a web scripting language
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Charlton Wilbur, post: 3949554"] SR> By this definition, an interpreter might internally use a SR> compiler and then execute the compiled code, so the program does SR> not necessarily need to run slower. However, it might indeed SR> have an extended startup-time in this case compared to an SR> interpreter that immediatly starts interpreting. And this is, in fact, precisely what Perl (and I believe Python) does, and where a great deal of the overhead of execution comes from. You are, to invoke the cliché, attempting to teach your grandmother to suck eggs. Someday, perhaps even within our lifetime, someone may develop a way for code to be cached once it is compiled by one of these hybrid languages, and thus the overhead of compilation may only be incurred when the code changes. Truly, when that happens we will be living in an age of wonders, and we can only wait for some great man to come and make it happen. Charlton [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
C as a web scripting language
Top