<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Victor BRAUN</title>
    <description>The latest articles on DEV Community by Victor BRAUN (@victornu).</description>
    <link>https://dev.to/victornu</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3273479%2F9ca048cf-f944-402d-97ec-91335b861be5.png</url>
      <title>DEV Community: Victor BRAUN</title>
      <link>https://dev.to/victornu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/victornu"/>
    <language>en</language>
    <item>
      <title>🚀 [Project] JS-CMP: A JavaScript-to-C++ Transpiler — Feedback Welcome!</title>
      <dc:creator>Victor BRAUN</dc:creator>
      <pubDate>Wed, 18 Jun 2025 10:38:47 +0000</pubDate>
      <link>https://dev.to/victornu/project-js-cmp-a-javascript-to-c-transpiler-feedback-welcome-23o3</link>
      <guid>https://dev.to/victornu/project-js-cmp-a-javascript-to-c-transpiler-feedback-welcome-23o3</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;We're working on an open-source transpiler called JS-CMP, which converts JavaScript code into C++, with the aim of producing high-performance native executables from JavaScript — especially for backend use cases.&lt;br&gt;
The transpiler currently supports the basics of the ECMAScript 5.1 specification. Everything is built from scratch: parser, code generation, etc. The goal is to let JS developers harness the performance of C++ without having to leave the language they know.&lt;br&gt;
We’re looking for feedback from experienced C++ developers on our design decisions, code generation style, or any potential improvements. We're also open to contributors or curious observers!&lt;/p&gt;

&lt;p&gt;🔗 GitHub (main repo): &lt;a href="https://github.com/JS-CMP/JS-CMP" rel="noopener noreferrer"&gt;https://github.com/JS-CMP/JS-CMP&lt;/a&gt;&lt;br&gt;
🏗️ Organization + submodules: &lt;a href="https://github.com/JS-CMP" rel="noopener noreferrer"&gt;https://github.com/JS-CMP&lt;/a&gt;&lt;br&gt;
🌐 Early POC Website: &lt;a href="https://js-cmp.github.io/web/" rel="noopener noreferrer"&gt;https://js-cmp.github.io/web/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Any thoughts or suggestions would be much appreciated!&lt;br&gt;
Thanks,&lt;br&gt;
The JS-CMP team&lt;/p&gt;

</description>
      <category>cpp</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
