I want a language that can do it all
Since you already had an experience using fortran tryc/c++
Also i would like one that it is modern and is not going to die in the next few years
check this link Programming language list
dij_0983
Junior Poster in Training
50 posts since Nov 2011
Reputation Points: 10
Solved Threads: 1
guys and girls,I need you to explain to me some things! I dont know anything for the above languages and google doesn't help much. What do you believe for html5?
sorry if I am asking for a lot.I need help
There's always Google to help you out on the search for a programming language that suits you and here's a few definition for them that I found... note that these are not as is.C is a structured, procedural programming language that has been widely used both for operating systems and applications and that has had a wide following in the academic community. Many versions of UNIX-based operating systems are written in C. C has been standardized as part of the Portable Operating System Interface (POSIX).
With the increasing popularity of object-oriented programming, C is being rapidly replaced as "the" programming language by C++, a superset of the C language that uses an entirely different set of programming concepts, and by Java, a language similar to but simpler than C++, that was designed for use in distributed networks.
zeroliken
Veteran Poster
1,106 posts since Nov 2011
Reputation Points: 201
Solved Threads: 162
I want a programming language that i will learn very well so that I will be able to work a bit on the internet as a freelancer and do some projects for my own at free time which is generally a lot.About 5 hours a day.
Any language that is commonly used and can be learned relatively quickly would be appropriate. So learn Pythonand Java. It's important to learn a variety of decent languages. Generally speaking, in the world known as the "real" world, you'll encounter situations where you have to learn and use another language. For example, if you need do any web development, well gee, you'll have to learn Javascript. And HTML, which isn't a programming language. And you'll have to learn stuff about HTTP, a protocol.
I have googled over a hundred times but I cant the right programming language.I have read about php,html,html5,Java and objective-c.I want a language that can do it all.
There is no "right programming language" There is no language that can "do it all." When I wanted to write iPhone applications I used Objective-C. If I wanted to write an Android application, I'd use Java. When I wanted to write some quick throw-it-together script I used Perl. When I wanted to write a web application and didn't know any better, I used PHP. Now I'd use Python, and of course, Javascript for the front-end. Or Coffeescript. When I want to write other kinds of programs, I'll use Python or C++ or Java but it depends upon my needs.
Rashakil Fol
Super Senior Demiposter
2,658 posts since Jun 2005
Reputation Points: 1,135
Solved Threads: 177
Spend a month with any modern language.
After a while, one will stick out as being more intuitive than others.
I use C#, but came to that through Basic, Pascal, C, 80x86, VBA, C++, Perl and Ruby.
thines01
Postaholic
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402
I recommend learning Java I learned python first but it teaches you bad habits that most other languages don't use although it is fairly easy.
ret801
Junior Poster in Training
51 posts since Jan 2011
Reputation Points: 1
Solved Threads: 4
Python doesn't teach bad habits.
Rashakil Fol
Super Senior Demiposter
2,658 posts since Jun 2005
Reputation Points: 1,135
Solved Threads: 177
Python doesn't teach bad habits.
No language teaches bad habits. Languages simply allow bad habits if the user is taught poorly or is a hack.
WaltP
Posting Sage w/ dash of thyme
10,505 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
All the concepts of C and C++ are involves in this language...
...except pointers and direct memory writes
thines01
Postaholic
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402
The only reason I could see for using Java over C# is that Microsoft owns C#.
Oracle owns Java.
Rashakil Fol
Super Senior Demiposter
2,658 posts since Jun 2005
Reputation Points: 1,135
Solved Threads: 177