1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

Programming

Discussion in 'BBS Hangout' started by Lil Pun, Apr 30, 2010.

Tags:
  1. Lil Pun

    Lil Pun Member

    Joined:
    Oct 6, 1999
    Messages:
    34,143
    Likes Received:
    1,038
    It's been so long since I have done programming so I am really not sure what, if anything, is different these days. I have a cousin who is 14 and he wants to start learning programming languages. He asked me what language he should start out with to learn some basic programming. Now, ten years ago they started us out on Java and C++ and I actually still have my old textbooks from those courses but as with everything in computing, change is always happening.

    So, I am asking are these still good beginner languages or should he focus on something else to start out in programming?
     
  2. SwoLy-D

    SwoLy-D Member

    Joined:
    Jul 20, 2001
    Messages:
    37,618
    Likes Received:
    1,456
    Start on C or anything C-related. :eek: They're all related.

    Without C you would have:
    Javas_ript, _obol, Pas_al, Ess Em Elle, and E_MAS_ript. ;)
     
  3. TreeRollins

    TreeRollins Member

    Joined:
    Nov 7, 2006
    Messages:
    2,052
    Likes Received:
    102
    They still use C++ for introduction courses even though it is largely obsolete. C# is solid.
     
  4. csnerd84

    csnerd84 Member

    Joined:
    Jan 12, 2003
    Messages:
    721
    Likes Received:
    603
    I think Java would be a good choice using the Eclipse IDE for 14 year old. A lot of high schools now days teach Java in the Intro to Computer Science classes. Even the AP exam uses Java. The main thing the kid needs to focus on is problem solving aspect of programming and not get overwhelmed with a lot of OOP concepts which he can learn later on. For problem solving, I would strongly recommend that he/she does some programming exercises for each chapter.
     
  5. Surfguy

    Surfguy Member

    Joined:
    Sep 23, 1999
    Messages:
    24,602
    Likes Received:
    12,895
    14 is much too young to start programming. There is plenty of time for that later. :grin:
     
  6. AMS

    AMS Member

    Joined:
    Oct 8, 2003
    Messages:
    9,646
    Likes Received:
    218
    Id say Java or just some scripting language such as VBscript.
     
  7. geeimsobored

    geeimsobored Member

    Joined:
    Aug 20, 2005
    Messages:
    8,968
    Likes Received:
    3,389
    C++ and Java are both still relevant. I'd go with either one. (although they tend to teach java more in school now and the CS curriculum in high school is now all Java along with the AP exam)
     
  8. MoonDogg

    MoonDogg Member

    Joined:
    Nov 12, 1999
    Messages:
    5,167
    Likes Received:
    495
    LISP.....
     
    1 person likes this.
  9. echu888

    echu888 Member

    Joined:
    Mar 27, 2006
    Messages:
    719
    Likes Received:
    25
    Obsolete? How so? It's not the right tool for every job but it's highly suitable for certain domains. It gives you a chance to work with many concepts in programming that transfer well to other languages. I'm not arguing that C++ is the best for an introductory course but I don't see it being obsolete.
     
  10. Depressio

    Depressio Member

    Joined:
    Mar 3, 2009
    Messages:
    6,416
    Likes Received:
    366
    C# or Java. That's what most businesses use.
     
  11. Lil Pun

    Lil Pun Member

    Joined:
    Oct 6, 1999
    Messages:
    34,143
    Likes Received:
    1,038
    I know I should have made a poll. I guess either is fine really though judging from the posts here.
     
  12. Steve_Francis_rules

    Joined:
    Dec 11, 1999
    Messages:
    8,467
    Likes Received:
    300
    Wow, I can't believe I'm the first to recommend Fortran!

    Just kidding, I hate Fortran. It's still used a lot in science, though.
     
  13. Pest_Ctrl

    Pest_Ctrl Member

    Joined:
    Mar 31, 2006
    Messages:
    1,064
    Likes Received:
    55
    C# and Java are both very good choices. Most of the companies that we are working with use one of them.
     
  14. Air Langhi

    Air Langhi Contributing Member

    Joined:
    Aug 26, 2000
    Messages:
    21,946
    Likes Received:
    6,696
    Objective C

    They he can make iphone apps and make millions of dollars



    Seriously, I am kidding. That language made be pull my hair out. Dynamic binding is hard to debug.
     

Share This Page