Question:
What language do you program in most often: HTML Java JavaScript C++ C# C Python Perl Visual Basic, etc...?
Bobby S
2007-12-02 19:38:20 UTC
Which do you like programming in the most? Which is the easiest to learn? Which is the quickest to use after getting started? Which is the safest? Which would you recommend to your techie friends? Which would you recommend to a novice? Which do you find the most useful? Which did you learn first? Which do you know? Which are you most familiar with? Which is the most enjoyable? Which is the most logical? Which is the coolest? Which do most people use?
Six answers:
Ricky V
2007-12-06 21:11:20 UTC
What language do you program in most often: HTML Java JavaScript C++ C# C Python Perl Visual Basic, etc...?



:: Python



Which do you like programming in the most?



:: Python



Which is the easiest to learn?



:: It depends on the person learning. I learned HTML first, then went into programming languages like Python, Java, C, C++. I think Python is definitely easier to learn than the rest though.



Which is the quickest to use after getting started?



:: Not sure what this means. "After getting started" as in learning the language? Well, then they're all just as "quick" if you've already learned them!



Which is the safest?



:: All are safe, but you need to know what you're doing. Some of the lower-level ones wont let you do something it thinks you don't want to do, but others do whatever you tell it (sometimes bad things). I'd say HTML is the safest.



Which would you recommend to your techie friends?



:: To techies? C#. It's supposedly the future of computer programming, so that's where it's at-- or will be at.



Which would you recommend to a novice?



:: HTML and/or Python - though they have different purposes. HTML is for making websites and Python is coding.



Which do you find the most useful?



:: Actually, Java. I've yet to find something easy that can't be done in Java that can be in another language.



Which did you learn first?



:: HTML, as I said earlier.



Which do you know?



:: I know HTML, Java, Javascript (loosely), C++ (loosely), C (loosely), and Python



Which are you most familiar with?



:: Python. I help run my universities introductory Computer Science course in Python (I'm a CA -- course assistant). I use it all the time.



Which is the most enjoyable?



:: Definitely not C++ or C. Only because of my course in it where we used makefiles and text editors like pico (notepad) instead of development environments like the Python Shell (IDLE) or Eclipse for Java. The most enjoyable would probably be Java.



Which is the most logical?



:: Python. In Python you can use words to represent logic operators, which is much more elegant than "||" or "&&". A loop to go through the numbers 0-5 in python starts like this:

for number in range(5):

In Java or C++ the same loop would look like this:

for (int number=0; number < 5; number++){

It's not as clear (or logical) what the second example does as it is in Python. Sure it may be easy to understand, but I argue that in Python, it's easier.



Which is the coolest?



:: HTML.



Which do most people use?



:: I was always under the impression that most use C++, though more and more I find diehard Java users (more of the realm where I fall).





The bottom line is that it all comes down to preference. I like object-oriented, straightforward coding, while others like nitty-gritty, close to the machine coding.To each his own.
xloverly
2007-12-02 19:48:14 UTC
I program in C ++ the most. The easiest to learn is probably HTML or Java. The quickest to use is probably Java once getting started. They're all safe. I would recommend Java to people who're just starting out and for people who already know programming C+ or Visual Basic. They're all useful depending on the task you plan to accomplish. I learned HTML first because it's the easiest. I'm most familiar with HTML because it's the root of all the languages and the easiest to learn. I don't think any are really "enjoyable" Java is somewhat fun. I guess you can say Java or HTML or even Visual Basic are the most logical. C ++ takes forever to program on. The coolest is def. Java. Most people use Visual Basic or C ++.
Srihari S
2007-12-03 04:50:10 UTC
Which do you like programming in the most?

C#



Which is the easiest to learn?

VB



Which is the quickest to use after getting started?

C#



Which is the safest?

C++



Which would you recommend to your techie friends?

C# and .NET for programming, ANSI SQL for database.



Which would you recommend to a novice?

Basics of OOP and then can start with C# itself.



Which do you find the most useful?

.NET or J2EE both.



Which did you learn first?

C, as many of them wud have done.





Which do you know?

C#, VB, C, C++.



Which are you most familiar with?

C# .NET



Which is the most enjoyable?

.NET with the amount of features it provides.



Which is the most logical?

Almost all.



Which is the coolest?

C# as I know it.



Which do most people use?

.NET based languages and J2EE





Some of these may be correct some may be wrong, but perception differs....
2007-12-02 19:51:19 UTC
Wow - question overload! Anyhoo, here is my abbreviated answer :



Easiest to learn/recommend to novice? Visual Basic



What do I like the best? C# and good old SQL



Which is most powerful? Probably C++



Which do I program in most (right now)? VBA (Visual Basic for Applications - the code behind Access, Excel, and other MS Office products)



I personally don't care for web programming, but, HTML, JavaScript, and PHP are used alot in it.



There - that's my rundown : )
jplatt39
2007-12-02 19:53:41 UTC
These days I work in C the most. HTML is what you would expect me to be most in demand for, but my esthetic is such that most people are turned off by the web pages I do as samples (and I can't bring myself to change them because I used to hang with the original guys with MFAs and Leather Jackets -- they are unashamedly New York Slick). People are asking me questions about C and C++ so I tend to program mostly to check my answers. And I'd say I answer more questions about C than about C++. I'm working on Perl and Python though.
lampie
2007-12-02 20:11:39 UTC
Visual Basic...


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...