Good programming language to learn

qsubqsub Member Posts: 303
Hey, in the past I've done C++, Visual Basic .NET, Java, and HTML.
HTML probably isn't really considerd coding/programming but anyways.

I'm looking to learn a new powerful language. I'm not looking to learn how to make a calculator program but to make programs reply on/use protocols. I figure this would be great practice and understanding for me as a person whose interested in becoming a network administrator.

Does anyone have any languages they would recommend?
I just don't like VB.NET because a lot of the stuff is automated. When I used that program, it felt like I was using something similar to Frontpage/Dreamweaver to do html.

Also, I would like a programming language that would also work with Linux (if that's possible) I'm assuming, it's impossible to code a VB .NET program to work in linux. So that's why I don't want to expand any furthur on that language aswell..

Any suggestions is appreciated. thanks.
World Cup 2006 - Zidane - Never Forget.

Comments

  • Chivalry1Chivalry1 Member Posts: 569
    I think that Perl and Python are good scipting language to look at. Currently I am using learning more Python.
    "The recipe for perpetual ignorance is: be satisfied with your opinions and
    content with your knowledge. " Elbert Hubbard (1856 - 1915)
  • /usr/usr Member Posts: 1,768
    Perl sounds perfect for you, since you're wanting to get into Network Administration rather than hardcore programming and since you want to program in Linux.

    It's a fun language, is excellent for scripting, and is natively supported in Linux. You can also code Perl in Windows with ease, if you're so inclined.
  • qsubqsub Member Posts: 303
    You guys have a IDE/compiler to recommend for Perl?
    World Cup 2006 - Zidane - Never Forget.
  • bighuskerbighusker Member Posts: 147
    spfdz wrote:
    You guys have a IDE/compiler to recommend for Perl?

    I love perl because it is so different and so powerful. C++ and Java are fairly similar in code structure, with the only major difference being the fact that Java's API has much of the low-level stuff built into it, and even has GUI and low-level drawing routines built in. ANSI C++'s STL is not nearly as complete, but it's not meant to be either.

    Perl is such a powerful text manipuling language that the possibilities are endless. It's the "pocket knife" of programming languages, as they say!

    As for the compiler, well there really isn't one since Perl is an interpreted language. But here's more information - http://www.perl.org/get.html

    If you have unix or Linux, you probably already have perl installed. Personally, I use ActivePerl on my Windows XP machine, which is also available for Linux and Solaris. I just use TextPad as my text editor...I'm sure there's more sophisticated text editors which integrate with ActivePerl too.
  • /usr/usr Member Posts: 1,768
    ActivePerl is what I used on my XP machine as well.

    I used gvim as my editor.
Sign In or Register to comment.