Phil Eaton 9/2/2018

Compiling dynamic programming languages

Read Original

The article details the author's experience building a compiler for their BSDScheme implementation by reusing runtime objects and functions from the interpreter. It explains a technique for compiling dynamic languages by targeting a host language (like D) and introduces a JavaScript to C++/V8 compiler project using the same approach.

Compiling dynamic programming languages

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week