Advertisement

js to js

Started by November 16, 2013 01:19 PM
4 comments, last by Krohm 10 years, 10 months ago

Had to share:

http://eleks.github.io/js2js/#home

So funny...

I think, therefore I am. I think? - "George Carlin"
My Website: Indie Game Programming

My Twitter: https://twitter.com/indieprogram

My Book: http://amzn.com/1305076532


Js2JsCompiler.prototype.compileCode = function(code) {
        return code; // as we need to compile javascript to javascript, we do nothing here :)
};

"I AM ZE EMPRAH OPENGL 3.3 THE CORE, I DEMAND FROM THEE ZE SHADERZ AND MATRIXEZ"

My journals: dustArtemis ECS framework and Making a Terrain Generator

Advertisement

Hehe. This reminds me of http://vanilla-js.com/

Sure, anyone can translate from C to assembly, from Java to C, and from javascript to javascript, but the real challenge has always been in translating back.

Sure, anyone can translate from C to assembly, from Java to C, and from javascript to javascript, but the real challenge has always been in translating back.

There's a backend for LLVM that generates C and C++ code that works pretty well, but of course, the resulting code is quite different from what you had in the first place. Maybe someone should implement a LLVM JavaScript generator.

Shit, I'm learning JS right now. I see it's dead tech already! I will switch to Javascript right away and this is the project I was waiting for, it will make the transition completely painless!

Previously "Krohm"

This topic is closed to new replies.

Advertisement