| > You're comparing a compiler (necessary to build stuff), You may not be aware of this, but people were writing working computer programs for almost 20 years before they invented compilers. People still occasionally write working computer programs today without compilers. > with a javascript library which makes things a bit easier for newbies? I've been programming since 1980. I've been doing AJAX (and Comet!) since 2000 — very reluctantly at first! I've shipped production software that kicked Cisco's ass, in the market, at managing Cisco devices. I'm in the AUTHORS file for Perl 5, although I don't deserve to be. Among other things, I've written OLAP systems; user interfaces; music softsynths; 3-D engines, one of which was in JavaScript; full-text search engines; mailserver software; and compilers. And I think jQuery is awesome. > If people needed a compiler, they would have built one. Jquery was an optional addition that some like using. It hasn't enabled things that weren't possible before. No software "enables" things that weren't possible before; obviously if it hadn't been possible to do the things that the software "enabled", it would have been impossible to write the software. In particular, any software you can write with a compiler, you can write in machine code. It's just more work. But some software gives you a lot of leverage. jQuery is a good example. A C compiler is another good example. The leverage provided by the two is roughly comparable. |