Which programming language you like the most and why?
-
Which programming language you like the most and why? What feature(s) you love the most? Is there any other feature(s) that you wish to present in the language you are working on?
C# for thousand reasons regards.
-
C# is my favorite. Here's why: http://www.codeproject.com/Members/mla154#_comments[^]
Regards, Mike
None of the features mentioned on the linked page are actually features of C#. Except Garbage Collection, all the features are of Visual Studeo .NET IDE. And Garbage Collection is not provided only in C# but this is available in almost all .NET languages (VB.NET, Visual C++ .NET, C#.NET and other more that 20 languages). Garbage is collected by .NET CLR and not by any of the language itself.
-
Which programming language you like the most and why? What feature(s) you love the most? Is there any other feature(s) that you wish to present in the language you are working on?
-
None of the features mentioned on the linked page are actually features of C#. Except Garbage Collection, all the features are of Visual Studeo .NET IDE. And Garbage Collection is not provided only in C# but this is available in almost all .NET languages (VB.NET, Visual C++ .NET, C#.NET and other more that 20 languages). Garbage is collected by .NET CLR and not by any of the language itself.
-
SQL. Because it's the best way to access and manipulate the data I need to access and mess with, and I can use it via a number of other (general-purpose) programming languages (C#, VB.net, C, etc.) as appropriate.
I have asked about programming language and SQL is not a programming language, it is a query language only for database. However Transact-SQL (T-SQL) of Microsoft, for its Ms SQL Server, is a programming language.
-
Which programming language you like the most and why? What feature(s) you love the most? Is there any other feature(s) that you wish to present in the language you are working on?
Seen a lot of variations here, wow. My choices are PHP, JavaScript, FoxPro because these are loosely typed languages. Coding in these languages is faster and mostly less code is required to perform most tasks than in other languages. They also have wide wide range of functions and support available.
-
Anything using 0 based arrays
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
After this debate (favourite programming language) completes, I will ask another question and I can predict your answer to it. Here is the MD5 key of what you will say according to my prediction : 47ada99041b9bdfbf695925f08eb6ada It is generated using MySQL. I will give you the original text in a reply to your reply of the next question which I am going to ask. And then you should be able to compare that text's MD5 key with the above key. Till than may your soul rest in peace :rose: ;)
-
nikunjbhatt84 wrote:
Which programming language you like the most and why? What feature(s) you love the most?
Any one that lets me write the applications I need to write in the smallest amount of time possible, with the greatest accuracy.
nikunjbhatt84 wrote:
Is there any other feature(s) that you wish to present in the language you are working on?
Thread safety. Code contracts. Bikini babes delivering my Ferrari.
Forgive your enemies - it messes with their heads
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
Pete O'Hanlon wrote:
Any one that lets me write the applications I need to write in the smallest amount of time possible, with the greatest accuracy.
You should definitely hate assembly... So much fun to write IMO.
"To alcohol! The cause of, and solution to, all of life's problems" - Homer Simpson
-
I have asked about programming language and SQL is not a programming language, it is a query language only for database. However Transact-SQL (T-SQL) of Microsoft, for its Ms SQL Server, is a programming language.
SQL may not be a general-purpose programming language, and it may not be a Turing-complete programming language, but it is a programming language.
-
Which programming language you like the most and why? What feature(s) you love the most? Is there any other feature(s) that you wish to present in the language you are working on?
Even though I am proficient in Java, C#, and Ruby; I enjoy using VB.NET to write the bulk of my applications. The biggest reason that I enjoy VB is based on the fact that a programmer can make use of dynamic arrays.
For example in C# and in Java programming, the use of an uninitialized array is not allowed. But in VB a programmer can create an empty array when the numbers of elements are not known at design time or when the application is used.
I would like to see the ability to use the keywords like ReDim and Preserve to use dynamic arrays in any programming language without having to create an atrocious workaround to simulate the effect that is there for the VB programmer to use. -
Which programming language you like the most and why? What feature(s) you love the most? Is there any other feature(s) that you wish to present in the language you are working on?