Softwareteknologi DTU - Project No. 0113:  Compiling dynamic languages
Danmarks Tekniske Universitet DTU
Bachelorprojekt - Softwareteknologi
Project No. 0113:  Compiling dynamic languages
Aktuelle Tidligere  

Description:

JavaScript and Python are just two examples for the success of dynamic languages. Typically, dynamic languages are interpreted, and if necessary compiled to native code only under certain conditions.

In this project we want to explore different options for compiling JavaScript to native code and experiment with instrumenting the generated code to observe its behavior.