Duetto C++ Compiler For The Web Is Now Released

Written by Michael Larabel in Programming on 31 October 2013 at 10:11 AM EDT. Add A Comment
PROGRAMMING
Leaning Technologies today published their source code to Duetto, the latest project to compile C++ to HTML5/JavaScript web apps.

We've been talking about Duetto for months as the latest LLVM/Clang project for trying to bring C++ code-bases to the web. The most notable project to compare Duetto to is of course EmScripten. The Duetto LLVM project is offered by Leaning Tech as both an open-source project and one that is also available for commercial licensing with closed-source-friendly options.

Duetto aims to have robustness and scalability for bringing C++ to the web, can access all browser APIs directly, uses Clang for proven reliability, LLVM optimizes for efficient JavaScript, and C++ objects are mapped directly to JavaScript objects.

For those wanting to fetch the Duetto compiler code can find it hosted on GitHub and more information via the developer's blog post.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week