The STUDIA UNIVERSITATIS BABEŞ-BOLYAI issue article summary

The summary of the selected article appears at the bottom of the page. In order to get back to the contents of the issue this article belongs to you have to access the link from the title. In order to see all the articles of the archive which have as author/co-author one of the authors mentioned below, you have to access the link from the author's name.

 
       
         
    STUDIA INFORMATICA - Issue no. 3 / 2010  
         
  Article:   JAVASCRIPT GENERATORS.

Authors:  .
 
       
         
  Abstract:  The JavaScript language is used for client-side programing in web applications. JavaScript is sent as source code from the web server to the user’s browser and executed locally. Because not all current browsers support the latest version of JavaScript, developers are limited to use only the features supported by the lowest common denominator. I propose an approach to solve this problem by using an intermediary compile step which transforms the code written by the user into code supported by all browsers. This allows web developers to use the latest version of JavaScript today, without having to wait until all major browsers implement all the features. 

Key words and phrases. JavaScript, ECMAScript, web applications, compiler, program analysis.

 
         
     
         
         
      Back to previous page