Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: first programming language

  1. #1
    Case Wizard blaze15301's Avatar
    Join Date
    May 2010
    Location
    usa
    Posts
    905

    Default first programming language

    hello again every one.

    i am looking for a programming language that is good to learn first. and some pointers. i have done hello world in c++ and C#. so if you would like to suggest something please do.
    Quote Originally Posted by AmEv View Post
    Or are you talking about vending machine choice C-4?

    mmmmm... skittles....
    bench mark software.

    video bios flashing guide

  2. #2
    rawrnomnom diluzio91's Avatar
    Join Date
    Jan 2010
    Posts
    2,471

    Default Re: first programaing language

    Well most of the code today is done with object oriented programming... I would go for Java, as it does a good job of the basics and isnt too hard to learn...
    Not dead yet

  3. #3
    Case Wizard blaze15301's Avatar
    Join Date
    May 2010
    Location
    usa
    Posts
    905

    Default Re: first programaing language

    is java a well rounded code. can i use it across most ose's.
    Quote Originally Posted by AmEv View Post
    Or are you talking about vending machine choice C-4?

    mmmmm... skittles....
    bench mark software.

    video bios flashing guide

  4. #4
    Will YOU be ready when the zombies rise? x88x's Avatar
    Join Date
    Oct 2008
    Location
    MD, USA
    Posts
    6,334

    Default Re: first programaing language

    Well, there are two routes you can take:
    1) Start with something easy and work on harder stuff later.
    2) Start with something really indepth and work up.

    If you're planning on doing a lot of programming, I would recommend the second path, and start with C or C++. If you aren't, and just want to get a taste, I would recommend an interpreted language such as Python, Perl, or Ruby.

    Another alternative would be to learn Java, which is kinda halfway in the middle. It's a very well developed language, very similar to C#, and is widely used, but since it runs on the Java Virtual Machine (JVM), you will never get down into the really low-level stuff in any OS. However, also because of that, java code will run on any OS with the JVM installed on it.

    Personally, I started with Java, but now over the last year or so I've come to regret that, and wish I had started with C/C++. The reason being that now I have to relearn a lot of stuff in order to get down into the low-level stuff.
    That we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours, and this we should do freely and generously.
    --Benjamin Franklin
    TBCS 5TB Club :: coilgun :: bench PSU :: mightyMite :: Zeus :: E15 Magna EV

  5. #5
    Like a Lightning Bolt in Your Cheerios! Drum Thumper's Avatar
    Join Date
    Jan 2007
    Location
    Montana
    Posts
    4,522

    Default Re: first programaing language

    I cut my teeth twenty years ago with BASIC. Like others have said OOE is all the rage these days so I would have to add a +1 to Java.
    Quote Originally Posted by artoodeeto View Post
    aw heck guys. We're modders. Let's just build our own, shall we?

    DrumThumper.net || The Brewing Art ||
    My Flickr Stream

  6. #6
    Case Wizard blaze15301's Avatar
    Join Date
    May 2010
    Location
    usa
    Posts
    905

    Default Re: first programaing language

    well considering ive done a bit with c +,C# etc. i think i may do that. now can anyone recommend some good websites and compilers and all that good stuff i actually kinda forget most of it so im gonna start from scratch
    Quote Originally Posted by AmEv View Post
    Or are you talking about vending machine choice C-4?

    mmmmm... skittles....
    bench mark software.

    video bios flashing guide

  7. #7
    Will YOU be ready when the zombies rise? x88x's Avatar
    Join Date
    Oct 2008
    Location
    MD, USA
    Posts
    6,334

    Default Re: first programaing language

    Compiler:
    GCC

    Websites, I'll look around. I have a C++ book that I've found to be pretty good called "C++ Primer Plus". Which do you think you'll go with first? C, C++, or C#?
    That we enjoy great advantages from the inventions of others, we should be glad of an opportunity to serve others by any invention of ours, and this we should do freely and generously.
    --Benjamin Franklin
    TBCS 5TB Club :: coilgun :: bench PSU :: mightyMite :: Zeus :: E15 Magna EV

  8. #8
    Case Wizard blaze15301's Avatar
    Join Date
    May 2010
    Location
    usa
    Posts
    905

    Default Re: first programming language

    well i have a idiots guide to C# so ill probably do that then go from there. i found some websites im just not sure if they're are reliable ro not
    Quote Originally Posted by AmEv View Post
    Or are you talking about vending machine choice C-4?

    mmmmm... skittles....
    bench mark software.

    video bios flashing guide

  9. #9
    If you can't hack it, you don't own it! Oneslowz28's Avatar
    Join Date
    Mar 2007
    Location
    Aiken, Sc
    Posts
    5,084

    Default Re: first programming language

    I am in the process of learning C and know enough Python to write custom scripts for RepRap but like drumthumper I cut my teeth with Basic back in the day.The only difference was that his was on a real machine while mine was on a VTech learning lab. If you are comfortable with c and C# then start there.

  10. #10
    Case Wizard blaze15301's Avatar
    Join Date
    May 2010
    Location
    usa
    Posts
    905

    Default Re: first programming language

    yeah your the guy whos making the custom temp sensor right. or is that someone else. if your him, you kinda actually encouraged me to try my hand at code again.
    Quote Originally Posted by AmEv View Post
    Or are you talking about vending machine choice C-4?

    mmmmm... skittles....
    bench mark software.

    video bios flashing guide

Posting Permissions

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