Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Why Not Ban Fried Food? (Score 1) 851

The dividing line between whether a high or low-fat diet helps or hurts is vigorous exercise. In fact, there are a good many nutritional bogeymen whose danger relies on Americans' sedentary nature. Running and lifting will forgive a multitude of nutritional sins.

Comment Re:C++ (Score 2) 173

An ideal solution solution would be to have a cross platform higher level language, and to just use C++ for it's intended use on these platforms which is primarily just computation or providing access to an existing library, not driving the actual logic of the overall app.

In software development, you never get to use the "ideal solution" because it invariably, as exemplified by this case, doesn't exist. The "best tool for the job" is always a local optimum.

Comment Re:C++ (Score 5, Insightful) 173

If C++ is "the best tool" for cross-platform mobile app development, then the state of mobile app development is in a sorry state indeed.

Seriously if C++ is the best we can do for *anything*, then we need to just throw in the towel and go back to pencil and paper right now.

Taking such a strident and dogmatically absolutist stance on the usefulness of any language indicates a lack of experience in the field and a narrowness of understanding of the field. It sounds like someone told you it was really, really bad, and, knowing nothing else, you simply repeat what they said.

C++ is, syntactically, not my favorite language. It's not even my second favorite language. But for its breadth of application, the ubiquity of compilers on any platform, and the sheer volume of useable libraries, it is up there on my list.

Slashdot Top Deals

"Hey Ivan, check your six." -- Sidewinder missile jacket patch, showing a Sidewinder driving up the tail of a Russian Su-27

Working...