Question:
Questions about programming languages.?
Kazuhide
2016-01-18 09:51:08 UTC
Which programming language do you like the best?
Which programming language do you use most often?
Which programming language should people learn for the first programming language?
Please tell me your opinion.
Seven answers:
Diverging Point
2016-01-21 21:14:13 UTC
I personally LOVE Visual Basic, even though it's an "outdated" language now. It still works perfectly fine for all the programs I want to make. And a LOT of people still like using Visual Basic 6. It's a REAL programming language that will make a completely self-contained, stand-alone .EXE file. And you can easily make Windows API calls, so you can make your program do anything that the operating system is capable of doing.



To me, the most important thing would be to use a real programming language. Some of these languages that people mentioned, especially Python are not real programming languages. They're actually a "scripting language." You can't use them to make a stand-alone executable file. In other words, in order to run your program, you actually need to have the Python program installed on your computer, and anyone you want to give the program to would also have to have Python. It's a "middle man." Don't get stuck using a scripting language, they are extremely limited. That's programming with training wheels.



Always learn with a real programming language...C, C++, Visual Basic, Visual Basic.net, C#, etc.
SteveO
2016-01-18 09:53:51 UTC
I love C++, Ruby, and Swift. I probably use more Swift at the moment than anything else. I always recommend learning C starting out for various reasons. Others recommend Python because Ivy League schools use it to introduce programming now but C is still a small enough language to learn quickly while offering quite a bit of versatility for nearly every application you can think of.
husoski
2016-01-18 10:17:16 UTC
1. "Like the best" depends on what I'm doing.

.... For speed I like C.

.... For extreme speed I like C with critical sections in assembly.

.... For prototyping, testing algorithms, one-off programs to get an answer, I like Python.

.... For complex compiled applications, I like C++ for its templates in spite of other shortcomings.

.... For classic OOP and large systems, I tend to prefer Java in spite of performance issues.



C# is a strong contender in the last two categories, now that the Mono project has matured. I don't like the entangled IP issues, though.



2. "Most often" is probably Python.



3. "What to learn first" is whatever sticks. A high-level language like Python is more likely to do that for more students, but it's more important to get started with something that you'll keep at than to worry about what's best for someone else.



A high-level language makes it possible to get useful things done with less code. If you're not interested in coding at that level, it's unlikely that you'll enjoy lower-level coding much--but the converse of that may not be true. So, you might get some use out of a high-level language, even if coding as a profession is not in your future.
anonymous
2016-01-18 09:57:20 UTC
Lisp



Swift (currently)



Scratch
Jimmy D
2016-01-18 10:04:40 UTC
I started with Python, I think it is a good start in coding. But C++ and Java are probably the most used in the world and html is also important if you want to make websites
anonymous
2016-01-19 23:11:17 UTC
Many people start with Python
sachin
2016-01-18 22:53:13 UTC
i like c#


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