in reply to Other languages besides perl

The main thing about choosing programming languages to study is that there is no right answer. The best approach here is to suck it and see (if it sucks or not :-). There are plenty of sites on the net providing documentation and example programs - go take a look.

Two other considerations are:

What will the CompSci course be teaching or using?

This would be a good consideration. There are probably good reasons why they have chosen a particular language, as it may be good for introducing certain skills and algorithmic techniques. Also, you will steal a march on your classmates.

Which languages are popular on the job market?

This is less important at your stage, as your first job applications and resumés will not be able to count skills picked up in your own time - hobby programming. But, these skills come into fruition if you actually get to use a language or a technique on the job, if you have the understanding up-front.

In particular, there are a few languages not mentioned by others:

Replies are listed 'Best First'.
Re: Re: Other languages besides perl
by bilfurd (Hermit) on Aug 06, 2002 at 18:47 UTC
    I agree, especially with the second point. I still use Delphi/Kylix, but could never find anyone that would pay me to do it around here.

    I have found work doing VB/Access VBA/VBScript programming, as much as I hate to admit it. You cannot say VB is a great or powerful language, but a lot of people are running Windows these days.

    My advice to you is to stick with Perl and C++ for now. Get some work on a few big projects to sharpen your programming skills. Build a strong foundation. Worry about other languages later.