Closed Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: What language to Learn?

  1. #1
    mevets's Avatar
    mevets is offline Newbie
    Join Date
    Nov 2006
    Posts
    11
    Rep Power
    0

    What language to Learn?

    I'm a high school senior, also wondering what language I should learn.

    I know AHK, which is a little known macro writing language for windows, VB.NET from school, and HTML/CSS/etc.

    I'm interested in a cross-platform language since I want to move to Linux (the only thing holding me back from going into it deeper is that my wireless card wont work w/ Ubuntu). I hate the syntax of web languages, but they'd probably be good for me to learn since I'm interested in cross-platform.

    Suggestions?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    C, Java, C++, PHP, Perl are all cross-platform.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    Yeah I think you mentioned them all.. I cant think of any more.. ow btw Welcome to the forum!

  5. #4
    Void's Avatar
    Void is offline Programming Expert
    Join Date
    Jun 2006
    Posts
    410
    Rep Power
    23
    C# is easy to learn - give that a try.
    Void

  6. #5
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20
    Quote Originally Posted by Void View Post
    C# is easy to learn - give that a try.
    Im just wondering what you all reccomend. Would you reccomend learning a language because it is easy to learn, although it isnt that popular and powerfull, or would you reccomend learning a language that is more difficult to learn but is very powerfull and very popular?

    I go with the latter

  7. #6
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    I would say that learning a language like Pascal (easy with decent power) first, then moving on to more powerful languages (C, C++, etc) is a good plan. You can learn the language features that are common across languages in a low-threat environment, then move on to more power where you have to implement some of the gimme's by hand.

    Moving from a language with native support for graphics to one without that support can be painful, as can going from a RAD (Rapid Application Development) to a non-RAD language.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #7
    mevets's Avatar
    mevets is offline Newbie
    Join Date
    Nov 2006
    Posts
    11
    Rep Power
    0
    is c++ cross platform?

  9. #8
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    Well now even VB can be ran on linux.. limited but can be ran on linux and MAC!
    see this thread:-
    http://forum.codecall.net/visual-bas...linux-mac.html
    but thats not much! its just VB lol

  10. #9
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    Yes, but you can make it not be. The language itself is cross-platform, but does not include anything for graphics. There are some cross-platform GUI toolkits available, such as wxWidgets and GTK+, which a lot of people like. Anything that is OS/hardware specific, or anything in Visual C++ is generally not cross-platform.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  11. #10
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    lol we both posted at the same time!! what a coincidence!

Closed Thread
Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HELP! Which language should I Learn for...
    By DrFresh in forum General Programming
    Replies: 2
    Last Post: 07-26-2011, 10:50 PM
  2. Which language to learn?
    By graphicsman in forum General Programming
    Replies: 5
    Last Post: 03-17-2011, 11:24 PM
  3. what language should i learn??
    By smithmiller6 in forum General Programming
    Replies: 6
    Last Post: 03-06-2010, 06:29 AM
  4. Which language should I learn? (First)
    By Derek11 in forum General Programming
    Replies: 10
    Last Post: 11-19-2009, 04:29 AM
  5. What language should I learn?
    By paramiliar in forum General Programming
    Replies: 11
    Last Post: 01-06-2009, 11:27 AM

Tags for this Thread

Bookmarks

Posting Permissions

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