The first Gnash beta is out
The first Gnash beta is out
Posted Mar 9, 2008 21:28 UTC (Sun) by nix (subscriber, #2304)In reply to: The first Gnash beta is out by sylware
Parent article: The first Gnash beta is out
The point is, what flaw can you point at in Gecko or Konqueror *that is attributable to the use of C++ in those applications*? Gecko in particular has lots of uglinesses (lots of XPCOM for one), but a lot of that was because of *restrictions* on what C++ features could be used, requiring reimplementations of huge heaps of what the language already does, only worse: if the whole language had been usable from the start, Gecko would likely have eliminated a lot of those uglinesses. If you can't point at any systematic flaws in either of these apps (preferably similar flaws), then your criticism is groundless. (I'm afraid that from your comments, it seems you're a simplicity-for-the-sake-of-it man who doesn't understand that sometimes driving complexity into the language enables you to make the things built atop that language simpler.) (Not that I like C++ much either, mostly because the syntax of a lot of stuff related to templates and the STL is just icky. Lovely *ideas*, horrible *horrible* syntax. But I don't think that using C++ necessarily makes a program bad.)
