Hi Bob, Apparently, you also don't seem to be in control over your use of the English language. This is not how one engages in a civil conversation.
If you look up the definition of a compiler, you will find something similar to this: Programming language processor that translates a program written in a > high-level language (the 'source program') which humans can understand, > into machine language program (the 'object program') which the computers > can understand. A compiled program, in comparison to an interpreted program > (see Interpreter), generally runs (executes) much faster. > Read more: http://www.businessdictionary.com/definition/compiler.html Reading your comment, I'm guessing you are referring to AngularJS 1.x. What the compiler in there actually does, is taking the `template` (read source code, or HTML with added clues), and translate it down to a level the browser(the machine we are programming for!) can understand. Oh, for your information, there was never a single line of docs/source in AngularJS 1.x that claimed it compiles JS. While calling it a transpiler might have been a better, the name compiler was chosen, because more people would understand the gist of what it was doing. >From the sound of your comment, it sounds like you have way better idea's about how to solve the problems in front of us, as the people who are actually building the stuff do. So I would say, get involved and open issues on the things that are faulty in your eye's and make it better. We would all profit from that, right? Or perhaps even better, write a new framework, that doesn't have all these shortcomings. Make it get traction, attract millions of users and be done with it! Surely all those people that are now forced to use any angular version would be happy to jump to that. None of them had a free choice to start with. O wait... Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
