Linked by MOS6510 on Thu 10th Jan 2013 23:25 UTC
Permalink for comment 548488
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 05/21/13 21:38 UTC
Linked by Thom Holwerda on 05/20/13 11:29 UTC
Linked by Thom Holwerda on 05/18/13 21:33 UTC
Linked by David Adams on 05/16/13 4:23 UTC
Linked by Thom Holwerda on 05/11/13 21:41 UTC
Linked by Thom Holwerda on 05/08/13 14:22 UTC
Linked by Thom Holwerda on 05/02/13 15:28 UTC
Linked by Thom Holwerda on 04/29/13 21:06 UTC
Linked by Thom Holwerda on 04/24/13 22:24 UTC
Linked by Thom Holwerda on 04/18/13 11:21 UTC
More Features »
Sponsored Links



Member since:
2005-07-08
And here we go with the blanket statements again, asserted without proof. "
Sure asserted without proof.
It is based on my understanding what a better language is, by looking at the epoch documentation that I had access to, during my degree.
For me, a languages that allow the developer to focus on the task at hand are always better than those that require them to manipulate every little detail.
Usually that detail manipulation is only required in a very small percentage of the code base.
In the end I guess it is a matter of discussing ice cream brands.
So any statements you present will most likely just express your personal opinions on the matter. Oh and I have an MS in CS, so I've heard them before (including "C sux", "C rocks" and "Let's code everything in Prolog").
And I one with focus in compiler design and distributed computing.
Usually static languages with strong typing don't allow for implicit conversion among types, forcing the developers to cast in such cases.
Overflow and underflow are also considered errors, instead of being undefined like in C.
Pointers and arrays are also not compatible, unless you take the base address of the array.
Enumerations are their own type and do not convert implicitly to numeric values, like in C.
Well let me quote another section of the article.
Somehow I don't see C listed as a language that supports modules.
Sure you can do modular programming by separate compilation, but that is not the same as having language support for it. I have done it for years.
For example, in some languages that support modules, the compiler has builtin linker and is also able to check dependencies automatically and only compile required modules.
The types are also cross-checked across modules. In C,
some linkers don't complain if the extern definition and the real one don't match.
In the Fortune 500 corporate world, usually there isn't too much developer freedom.
Agree, it's probably news to you. GCC, for instance, supports -W and -Wall, both of which together activate lots of helpful static code analysis in GCC (unused variables, weird casts, automatic sign extensions, etc.). "
I am aware of it.
As I answered in another thread, I have done C programming between 1992 and 2001, with multiple compilers and operating systems.
Since then, most of the projects I work on rely on another languages.
No problem there - when you clearly state something as personal opinion, I have no problem. It's only the assertions and blanket statements that make my blood boil. We could probably understand each other over a beer much better than over the Intertubes. " [/q]
Yeah, it would be surely a better way to discuss this.