Results 1 to 6 of 6

Thread: Learning 2 languages

  1. #1

    Thread Starter
    Junior Member guitarhero14's Avatar
    Join Date
    Nov 2005
    Posts
    23

    Learning 2 languages

    I started learning alot about VB .Net but school just started and my comp sci class wants us to learn Java. Do you think it will be hard learning 2 languages at a time?

  2. #2
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: Learning 2 languages

    It can be. VB.Net and java are alot like in concept, but very different when it comes to syntax. If you're going to learn a .Net language and Java at the same time, it may be easier to learn C#.Net.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Learning 2 languages

    Quote Originally Posted by guitarhero14
    I started learning alot about VB .Net but school just started and my comp sci class wants us to learn Java. Do you think it will be hard learning 2 languages at a time?
    Like sevenhalo said, the hardest part will be the syntax difference. If you aren't careful, you will wind up writing Java in your .NET program and .NET code in your Java program, and not be readily certain why it isn't working.

  4. #4
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Learning 2 languages

    If you are new to programming, then it might be a bit difficutl. Those two languages have pretty different syntax though, since one has basic and the other one has C syntax.

    But if this is for school you should probably concentrate on Java. Then you can always have time for VB later on. And when you first know a few languages then it is easier to learn more. Like I updated my CV today, and found out that now have been doing projects in a total of 14 languages. 3 of them I learned more or less at the same time when I started working here.


    - ØØ -

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Learning 2 languages

    The result:

    int intABC as Integer = new Integer();

  6. #6
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Learning 2 languages

    or mine is more like:

    Code:
    for $i in range(strlen(url_list)):
        print "hello: " . url_list[i:len(url_list[i])]
    }

    But that just might just be me..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width