Last week we were joking about this and decided to fix this situation. Meet js2js, a
11/13/2013
js2js: why so serious?
JavaScript is the Assembly of the Web. There are dozens of tools that compile some programming language to JavaScript. You can do it with C++, Java, C#, Python, Ruby or plenty of other languages. It seems that there's one language that remains to be covered for JavaScript to dominate the world: JavaScript itself.
Last week we were joking about this and decided to fix this situation. Meet js2js, arevolutionary open-source compiler that transforms JavaScript directly to JavaScript! Have fun!
Last week we were joking about this and decided to fix this situation. Meet js2js, a
Subscribe to:
Post Comments (Atom)
javascript to javascript ??? what does that mean? example?
ReplyDeletevar example = 'why so serious?';
ReplyDeletecompiles to:
var example = 'why so serious?';
The 1.0 release should be scheduled for April 1, 2014...
ReplyDeleteJs2JsCompiler.prototype.compileCode = function(code) {
ReplyDeletereturn code; // as we need to compile javascript to javascript, we do nothing here :)
}
Ahahah!
Do not understand, what is that?
ReplyDeleteCan you explain a little bit more elaborately as to what this "js2js" compiler does?
ReplyDelete($)
The best compiler I have ever seen, in the spirit of "the smaller, the better" and "what is not, cannot definitely be broken"
ReplyDeleteWhat are its benefits to javascript developers?
ReplyDeleteWhat about js2js as a Service?
ReplyDeletelol
ReplyDeleteOK so this _IS_ a joke.. you went so far as to actually write some code?
ReplyDeleteThis is absolutely brilliant! We have been searching for just such a solution for well over a year! Our code has NEVER looked better or run in a more efficient manner. I REALLY wish I could code that well to begin with. THANK YOU!
ReplyDeleteYou have our whole office chuckling, well done all!
ReplyDeleteAnd it isn't even April 1st!
ReplyDeleteI don't know witch is funnier :) The Compiler joke or the Reaction of the people in the comments :)
ReplyDeleteWhy so serious people ? :) You forget how to have fun :P
I've tried this and it works great! I've already increased my efficiency by 200%! Great job!
ReplyDeleteMy startup is currently developing this.. but we have way more features.. we have auto-compile, ide integration..
ReplyDeletegood work guys
Compile method is very useful, thanks for the release!!
ReplyDeleteJs2Js 4ever!!
Great stuff! We plan to adopt this into our release cycle immediately. Thanks!
ReplyDeleteGood stuff. the funniest compiler in the world..... ;)
ReplyDeleteYou do realise this is the first javascript compiler that actually delivers everything it claims to? Revolutionary indeed!
ReplyDeleteYou need to port this into a Grunt Task ASAP!
ReplyDeletePlease someone give me a few details about js2js. I cannot understand properly. please help me.
ReplyDeleteWhere are the nightly builds ?
ReplyDeleteI thought I can transform legacy code into a well-structed documented oop :D
ReplyDelete