COMPILING SCHEME TO JAVASCRIPT

Posted by Anonymous 0 komentar
Download Free Compiling Scheme to JavaScript pdf. JavaScript is a popular scripting language. It is embedded in many applications such as PDF viewers, integrated development environments, graphical applications. It has given birth to dialects that are also successful (for instance, ActionScript, the language for programming Flash applications). Its large deployment is mainly due to its use as scripting language for web pages. Nearly every modern site uses JavaScript now, and all mainstream internet browsers are capable of interpreting JavaScript. As Web browsers are installed on nearly every computer, JavaScript interpreters are ubiquitous.

Contrary to what its name suggests, JavaScript is a functional language whose design has been influenced by the Scheme programming language [10]. However, these two languages are separated by their syntaxes, the Scheme support for continuations, the Java- Script support of object layer based on prototypes, and some other minor technical differences. Since this is not an incredibly difficult task, we have found it appealing to craft a compiler from Scheme to JavaScript for replacing the latter with the former, in particular, in active web pages.

Download Compiling Scheme to JavaScript

0 komentar:

Post a Comment