Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: which language?  (Read 8664 times)

0 Members and 1 Guest are viewing this topic.

gamerx365

    Topic Starter


    Adviser
  • Radda Radda!
  • Thanked: 1
    • Yes
    • Yes
  • Experience: Experienced
  • OS: Windows 10
which language?
« on: July 10, 2007, 06:03:49 PM »
what is the easiest real programming language to learn that I can do all on notepad or a text editor on windows?

Carbon Dudeoxide

  • Global Moderator

  • Mastermind
  • Thanked: 169
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Experience: Guru
  • OS: Mac OS
Re: which language?
« Reply #1 on: July 10, 2007, 10:03:41 PM »
Easiest programming language to start with?
My first language was Batch. Quite simple but it can get very complicating.
Quote
on notepad or a text editor on windows?
.bat and .vbs can be written with Notepad.

ghostdog74



    Specialist

    Thanked: 27
    Re: which language?
    « Reply #2 on: July 11, 2007, 12:06:12 AM »
    Easiest programming language to start with?
    My first language was Batch. Quite simple but it can get very complicating.
    Quote
    on notepad or a text editor on windows?
    .bat and .vbs can be written with Notepad.
    dude, OP asked "the easiest real programming language". Batch is not a real programming language

    Carbon Dudeoxide

    • Global Moderator

    • Mastermind
    • Thanked: 169
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Experience: Guru
    • OS: Mac OS
    Re: which language?
    « Reply #3 on: July 11, 2007, 01:02:13 AM »
    Uhh.................................... I'm gonna del /f /s you Ghostdog
    Kidding.

    gamerx365

      Topic Starter


      Adviser
    • Radda Radda!
    • Thanked: 1
      • Yes
      • Yes
    • Experience: Experienced
    • OS: Windows 10
    Re: which language?
    « Reply #4 on: July 11, 2007, 06:52:46 AM »
    yeah i can do alot of batch myself but im looking for something a bit more impressive than a black window with grey letters. And i know a lot of html so what would be the next esiest?

    Carbon Dudeoxide

    • Global Moderator

    • Mastermind
    • Thanked: 169
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Experience: Guru
    • OS: Mac OS
    Re: which language?
    « Reply #5 on: July 11, 2007, 07:37:26 AM »
    Quote
    black window with grey letters.
    color f0

     ;D

    gamerx365

      Topic Starter


      Adviser
    • Radda Radda!
    • Thanked: 1
      • Yes
      • Yes
    • Experience: Experienced
    • OS: Windows 10
    Re: which language?
    « Reply #6 on: July 11, 2007, 07:39:57 AM »
    yes i realize that the colors are changeable but i am looking for something more user friendly that you can click and stuffz

    michaewlewis



      Intermediate
    • Thanked: 26
      • Yes
      • Yes
    • Experience: Expert
    • OS: Unknown
    Re: which language?
    « Reply #7 on: July 11, 2007, 04:39:46 PM »
    give visual basic a try. microsoft has a free version of visual basic that you can download from their website.
    http://msdn.microsoft.com/vstudio/express/vb/default.aspx
    Microsoft has tons of tutorials and references in their msdn library that can help you learn it. http://www.msdn.com/

    gamerx365

      Topic Starter


      Adviser
    • Radda Radda!
    • Thanked: 1
      • Yes
      • Yes
    • Experience: Experienced
    • OS: Windows 10
    Re: which language?
    « Reply #8 on: July 11, 2007, 04:48:14 PM »
    hey thanx ill try it

    WillyW



      Specialist
    • Thanked: 29
    • Experience: Experienced
    • OS: Windows XP
    Re: which language?
    « Reply #9 on: July 11, 2007, 05:50:51 PM »
    yeah i can do alot of batch myself but im looking for something a bit more impressive than a black window with grey letters.
    ...

    But it is cool, and you love it.

    You said so approximately 9 hours ago,  here:
    http://www.computerhope.com/forum/index.php/topic,38844.msg241690.html#msg241690


    .



    gamerx365

      Topic Starter


      Adviser
    • Radda Radda!
    • Thanked: 1
      • Yes
      • Yes
    • Experience: Experienced
    • OS: Windows 10
    Re: which language?
    « Reply #10 on: July 11, 2007, 06:35:38 PM »
    yes its cool and i love it but i feel like i need to expand my horizons and beable to code with new languages. try to get them all together and see what i can make. But i will always love and program in batch script

    PCHelpGuy

    • Guest
    Re: which language?
    « Reply #11 on: July 26, 2007, 10:38:49 AM »
    PHP for the Web as a way to learn what programming is all about. 

    For desktop or server-side:  I recommend just dealing with the curve and learning Java or C# since you'll need to learn those eventually to get anything real done.  I taught myself Java as my first language and got a job doing it - that was 6 years ago.


    michaewlewis



      Intermediate
    • Thanked: 26
      • Yes
      • Yes
    • Experience: Expert
    • OS: Unknown
    Re: which language?
    « Reply #12 on: July 26, 2007, 10:40:55 AM »
    perl is also a pretty popular programming language and is free as well. It also works with linux and any other posix compatible os, which is more than can be said with visual basic.

    michaewlewis



      Intermediate
    • Thanked: 26
      • Yes
      • Yes
    • Experience: Expert
    • OS: Unknown
    Re: which language?
    « Reply #13 on: July 26, 2007, 10:44:21 AM »
    take a look at this list of languages:
    http://www.scriptol.org/choose.php

    Neil



      Expert
    • Fear me Track. Noone can escape my wrath.
    • Thanked: 3
      Re: which language?
      « Reply #14 on: August 02, 2007, 02:53:43 PM »
      Everybody has missed the obvious!!!

      JavaScript, a real language (yes it is) that needs only notepad (though I'd recommend a better editor anyway) and would make good use of your HTML knowledge. Any modern computer that has a browser can use JavaScript. Just add it into a normal HTML file and off you go.

      ghostdog74



        Specialist

        Thanked: 27
        Re: which language?
        « Reply #15 on: August 02, 2007, 09:30:42 PM »
        JavaScript, a real language (yes it is) ..
        how can you substantiate this statement? at least show it to the OP by giving references.

        michaewlewis



          Intermediate
        • Thanked: 26
          • Yes
          • Yes
        • Experience: Expert
        • OS: Unknown
        Re: which language?
        « Reply #16 on: August 06, 2007, 07:22:20 AM »
        I didn't miss javascript.... did you follow the link I posted? ;)

        Dilbert

        • Moderator


        • Egghead

        • Welcome to ComputerHope!
        • Thanked: 44
          Re: which language?
          « Reply #17 on: August 06, 2007, 10:23:53 AM »
          Oh my God... the OP didn't ask for a "my language is bigger than yours" fight! :P

          Javascript (also called JScript or JS for short) is a healthy complement to your HTML. It's a very handy tool that makes your web pages much more dynamic. Buttons that move images or change them with other images. Add text to a div depending on user input. A heck of a lot is available with JS.

          Tutorials:
          www.w3schools.com/js/default.asp
          www.webteacher.com/javascript/
          www.echoecho.com/javascript.htm

          I could go on forever.

          When you are interested in starting to write actual programs, for the computer, I recommend starting with a simple language, such as Visual Basic, to learn the basic concepts of programming. After you can write some fairly complicated code (manipulating files is a good checkpoint), move on to other, more widely used languages, such as C++, C#, Java, Python (for games), etc. It's really up to you. I went from VB to C++ myself. :)

          Good luck, and feel free to write back for any help understanding any languages you try. If we know the answer, we'll help you out. :)
          "The geek shall inherit the Earth."