kahat
Jun 6 2005, 11:32 PM
| | Hi All, I don't see any thread discuss about the pros and cons of different languages to help beginners, but i'm asking for a slightly different reason. I have been programming for about 1 year now, and I know only Visual Basic. I am planning to learn some other programming langauges. I've learned that once you've learned one language, pretty much all you have to do is learn a new syntax to learn a new language. So, now I'll get to the point. I think that I should begin to specialize in a language. I don't know which language I should learn and master it. So which language is most popular in industry. I know that it probably depends on what applications you are doing, but i figured i'd ask. Many thanks. |
Comment/Reply (w/o sign-up)
no9t9
Jun 7 2005, 12:34 AM
What's popular in industry depends on what you plan on doing. For websites/servers in a corporate setting, the .net stuff is very popular. And part of the .net stuff you have c# or even visual basic. There are many other languages for different types of work as well. Let's say you are going to be doing programming for financial modelling... Visual Basic is the industry standard. Let's say you want to work with databases and reporting. In that case, SQL is pretty much the standard there. I would recommend NOT specializing. The best is to know ALL the popular ones. For example, IF you can learn .net and CGI/Perl/PHP, then it won't matter what system your employer/customer uses. You will be able to work with like 99% of all web servers/web sites. As a programmer, select an industry you want to be in and become an expert in at least the top 2 languages for that industry. That way you will be in high demand and can get good paying jobs.
Comment/Reply (w/o sign-up)
biscuitrat
Jun 7 2005, 05:14 AM
My dad works with NASA and they still use FORTRAN, Basic, C, and some other primordial languages. Then again, he has to learn Java, ASP, Perl, and Visual Basic on top of those.
Comment/Reply (w/o sign-up)
Galahad
Jun 8 2005, 10:47 AM
QUOTE(biscuitrat @ Jun 7 2005, 06:14 AM) My dad works with NASA and they still use FORTRAN, Basic, C, and some other primordial languages. Then again, he has to learn Java, ASP, Perl, and Visual Basic on top of those. Yes, good old plain Basic  I remember when I first bought a computer. It was Commodore 64 (rev. B I think), and it was used all over the world, and I think NASA used them as well  I'm primarily VB programmer, or maybe better, BASIC programmer. However, I learned PHP/MySQL, Pascal, and I'm thinking of starting to learn C (plain C, C++, C#, no matter), Delphi, and such... I work as a programmer, and we primarily use Visual Basic for our programming, but we plan on switching to Delphi, as it is more powerfull than Visual Basic, in the area we work, and that include manipulating with 4 COM ports, 1 COM port that has to issue a new command every 11ms, and so on... So, in conclusion, everything people wrote here stands. You shouldn't pick just one language, and specialize in it. You could end up knowing a dead language...  VB is easy, and has high productivity, but in some low level stuff, it is very limited... Instead, learn several different languages, and you will have the advantage, you'll be able to write any kind of software...
Comment/Reply (w/o sign-up)
dodomi
Jun 8 2005, 11:18 AM
what you interesting u learn it,i am interesting in design websites,so i learn CGI/Perl/PHP first,after that,i learn Visual Basic.
Comment/Reply (w/o sign-up)
Hamtaro
Jun 20 2005, 12:13 AM
Well, as of right now, I only deal with server-side scripting languages for my website. I recommend PHP for that, but learning some Perl/CGI wouldn't hurt. I was programming in Perl before PHP. Anyway, like everyone's said: Learn many different languages. No one particular programming language can help you with everything that you may need to do.
Comment/Reply (w/o sign-up)
bjrn
Jun 20 2005, 10:12 AM
As no9t9 pointed out, it all depends on what you want to do. If you are planning on becoming a web developer, you'll need to know server-side scripting, and I guess knowing SOAP and such can be handy in case you are going to build web services. In general though I'd say you should learn different types of languages. Learn some C and C++, because they are always handy to know. But I suggest you also try your hand at Prolog or similar, since it works completely different from procedural or OO programming. And for the love something, please learn to write clean, readable and maintainable code.
Comment/Reply (w/o sign-up)
minimcmonkey
Dec 14 2008, 07:24 PM
Well, like everyone else is saying; one language is never enough! You need to work out what you want to do with your programming (windows programming, web) Then learn the relevant languages, BASIC is a good language to learn, as it allows you to understand the fundamentals of most languages, and it is very easy, as well as quite useful in some situations. If you want to do windows programming, try C, (and C++ and C# if you think you'll need them), visual basic, and python, and any others your interested in or you think you need to know. If you want to work with websites, learn HTML first, as this is what PHP, CGI, perl output, and then try javascript, (this is client side, quite easy, and is good for getting to know syntax as its syntax is fairly similar to Java and PHP) Then you could try Perl (which you use for CGI) or PHP or ASP. Youll want to learn about SQL and databases as well to run a website. If you want a specific job or area of work, just look at the job requirements, they list what you'll need.
Comment/Reply (w/o sign-up)
(G)mahkie/
Dec 15 2008, 05:11 AM
Replying to biscuitrat
Hi...Biscuitrat..Wud you mind if id ask how much does your dad earning...
Or if not...May I know just something close to or usually how much does employees in NASA earn?? thnx
-reply by mahkie/
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : programming, language, popular, industry, programming, language, popular, industry
- A Prelude To Programming
What to learn? How to learn? (10)
Python
another programming language (8) There are so many languages used in software and web development. Python is one of them. Basically
Python is object-oriented , high-level programming language with dynamic semantics. Python was
developed in the 90’s. Python is simple and easy to learn. Therefore it reduces cost of program
maintenance. It is very attractive for rapid application development because of its high-level
built-in data structures, combined with dynamic typing and dynamic binding. Python is also use as a
scripting or glue language to connect existing components. Python supports modules and ....
Things You Should Know
things you should know about programming (0) This should help you know what programming languages are. C# is a language designed by Microsoft
for the .Net framework. Its syntax is similar to C and C++, with an emphasis on being programmer
friendly. It has memory management where C and C++ require the programmer to do this manually, it
has array bounds checking where C and C++ don't, among many other differences. Automatic memory
management and some other programmer-friendly features of C# sacrifice some performance, but these
features can also make development faster and easier. This can be very attractive to ....
Python
Programming Language (4) Does anybody else know any python? I've started learning it, because I heard somewhere that it
is quite easy to learn and I want to learn a programming language quickly /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />. I haven't learned how
to do any complex stuff with it yet, but its still fun learning about it /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />. If you want to find out
more info about Python, then you can go to their website. I'm not sure if i'm allowed to
post links....
Mac Programming Languages?
What are some good ones? (5) What are some good Mac Programming Languages? /huh.gif" style="vertical-align:middle" emoid=":huh:"
border="0" alt="huh.gif" /> I have a friend from school who is like obssed with Mac and Linux (And
thinks windows sucks when it doesn't /mad.gif" style="vertical-align:middle" emoid=":angry:"
border="0" alt="mad.gif" /> ), and it would be cool if I could learn some Mac Programming languages
aside from what I already know about Programming, so I could make some cool programs for mac too,
show off, and beat him at his own game. /laugh.gif" style="vertical-align:middle....
Programming Batch Job
(6) I want to know how to make a batch file that will run a program at a certain time of day, like a
scheduled thing, but i want it in a batch.. lol.. Easy enough? If you give me permission i can edit
it to the program i want Lol.. just put it in code tags! Thanks! Topic title must be specific.
Modified. ....
Future Of Programming...
Real Programmers Respond Please (6) I was watching Star Trek the other day, I think it was Voyager. Anyways I was wondering.. They refer
to this 'trinary' code and other things like Tera Quads of information. I researched this a
little bit and all I could find were entries about it relating to Star Trek and nothing else really.
So I was wondering, does anyone really know or have a really good explanation of what is on the
horizen for programming? Because I'm sure that since we created Binary and so many other ways to
make computers work, isn't there something in the future to be made that w....
Sql Programming By Heaven_master_ash Own
(1) Well This Is A Very very Easy Topic Every One Know About This thing If U Need Help To Understand
Better Refer My Knowledge Gatherance Thanx.. CODE The SQL SELECT statement queries data from
tables in the database. The statement begins with the SELECT keyword. The basic SELECT statement has
3 clauses: * SELECT * FROM * WHERE The SELECT clause specifies the table columns that
are retrieved. The FROM clause specifies the tables accessed. The WHERE clause specifies which table
rows are used. The WHERE clause is optional; if missing, all table rows are us....
Programming Artificial Intelligence
oh yeah... (4) I've been interested in the idea of working with AI later on in my career when I actually get
the resources to do so (After college is finished). Does anyone here already know how to program
basic AI that might be able to help get me started?....
Shakespeare Programming Language
(2) http://shakespearelang.sourceforge.net/report/shakespeare/ This is a weird language whose syntax
is kind of like a play. It may not seem like it can do anything, but it's actually more powerful
that it looks. The programs are much longer than those in any other language, but SPL is more fun.
Unfortunately, there's no compiler-it has to be translated to C, then compiled from there. There
are some example programs at the bottom.....
Programming From Ground Up
Best book for learning programming (1) This is one of the best book for learning programming with assembly language. This is a free book
with GPL licence so this is not illegle This tutorial section states that QUOTE Contribute
only full How-To's and Tutorials here. I feel that you did not contribute. Contribute is
defined here as writing your own with your own words--we are looking for original tutorials. But
thank you for the supplement. Moving from Tutorials to Computers > Programming Languages >
Others Leaving a link behind ....
Tried Logical Programming?
(2) Has anyone every looked at logical programming yet? I am interested in all sorts of programming
paradigms. Logical programming looks kind of neat. Apparently it can be used to generate you own
language parson. I found a fairly gentle introduction to prolog at: It gives some simple code to
some neat problems http://www.csupomona.edu/~jrfisher/www/pro...l/contents.html You can also
download a free compiler at: http://www.freeprogrammingresources.com/lispcompiler.html ....
Short Programming Example (in Many Languages)
(9) I want a thread where I can see how to solve a Varity of programming problems in many languages. The
idea is so I can read short examples to become fluid in many languages. Both reinforcing what I know
and learning new stuff. The problems should have a short solution and be solvable in many different
languages. Web applications are alright but make some reference on how the code is used (e.g. CGI).
The poster can provide the problem and as many different solutions as he likes. For example:
Problem 1. Write a function to compute a factorial. Solution Soln. (problem 1.) ....
Newb @ Programming Seeking Suggestions
(3) Hey all, I'm new to programming and I have a hard time deciding on a cross-platform language
so I can write for Linux, Macintosh, and Windows. I want to make some basic programs, and if
possible (as in language support), games. I know that Java is one of them, so is Perl. Please
reply. Thanks, xboxrulz....
Pascal Programming
(6) I don't se any sub forum for pascal so I will post this here, I have some problems, how to set
this: i need to create program for seraching and deleting some files, if you have some examples or
source code that will be great, and how to create some skin, or I don't know to create one
normal program not the one like the dos thanks....
Programming Paradigms
(0) This discussion is created to discuss current programming paradigms and propose new programming
paradigms. First Some thoughts: Functional programming is often used in AI languages because it
allows a top down design approaches. The program can begin by describing the high level
functionality and later flesh out the low level details. This is in contrast to procedural
programming in which the problem is first broken down into smaller problems. The smaller problems
are solved and then put together to solve the larger problem. One functional programming is called
lisp.....
Palm Os Programming?
(2) Can anybody point me to some nice tutorials for Palm OS programming? I've got both a windows and
a linux machine, but windows is prefered. (my linux box is currently non-functioning)....
What Programming Languages Do You Use?
(26) So? What do you use? I use Turing ....
Programming E-books
and others too (0) Here it is: CODE http://n3t.net/TheVault/Library/ Username: ap Password: appz Carpe
diem.....
Ftp With Lots Of Programming Books
Don't wait to see (5) Here it is: CODE http://ftp.cdut.edu.cn/pub3/uncate_doc/ Carpe diem.....
TCL
Web programming with TCL (3) I was just wandering whether there are some old timer there using TCL to do CGI programming. It
would be nice to hear some of the experiences you have had with it. I had to use it for something
really specific, but now it turns out to be quite fun using it for CGI related situations.....
Looking for programming, language, popular, industry, programming, language, popular, industry
|
Searching Video's for programming, language, popular, industry, programming, language, popular, industry
See Also,
|
advertisement
|
|