wdolson -> RE: Programming WitP (5/4/2008 7:09:51 AM)
|
quote:
ORIGINAL: Midnight19D I'm programming school right now, and the .Net platform I believe, as well as more than 60% of my classmates, is a better language than any of the Java Family. Fogive if i step on anyones toes with that statement, but i have found developement in C# to be easier, even when you dont use the visual editor. btw we use VS 2005/2008. quote:
ORIGINAL: niceguy2005 The choice of language has to fit the application. In this day and age, when processor speed and memory resources are virtually infinite the features offered by .Net are quite nice. However, there are still some application areas (such as aerospace) where processor speed and memory are far from infinite and .Net is not an efficient technology. Anyplace where you have an embedded system (from aerospace, to the computers in your car, to your TV remote), resources are almost always scarce. Sometimes being as efficient as possible is absolutely critical. That was my world for many years. I've worked on phones, aircraft systems, home appliances, and other things. The situation with PCs as far as memory and processor power goes can make a programmer lazy. Depending on the language, so much is done for you. It may be my experience, but I do prefer languages that aren't too abstracted. Languages like Java, which are designed to be portable to any system are highly abstracted, assembly isn't abstrcted at all, while languages like C and C++ are kind of in the middle. I did a fair bit of assembly back in the day, but prefer C and C++ now. I can get under the hood if I have to, but most of the time I can be somewhat abstracted from the underlying system. Bill
|
|
|
|