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

Poll

Whats your perfered Programming Language and Why?

BASIC(VB, QBASIC, Just BASIC)
10 (27.8%)
C
4 (11.1%)
C++
6 (16.7%)
C#
3 (8.3%)
Java
3 (8.3%)
Asm
2 (5.6%)
Other
8 (22.2%)

Total Members Voted: 30

Author Topic: Perfered Programming Language  (Read 41826 times)

0 Members and 1 Guest are viewing this topic.

macdad-

    Topic Starter


    Expert

    Thanked: 40
    Perfered Programming Language
    « on: July 14, 2008, 04:22:26 PM »
    What is your perfered Programming Language and why?

    Note: If you voted for other than please say what.

    I go for any BASIC language, object oriented programming is my thing, and i tried the Java SDK but i couldnt ever understand it.
    If you dont know DOS, you dont know Windows...

    Thats why Bill Gates created the Windows NT Family.

    kpac

    • Web moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: Perfered Programming Language
    « Reply #1 on: July 15, 2008, 08:08:03 AM »
    I go for any BASIC language, object oriented programming is my thing

     ;)

    ghostdog74



      Specialist

      Thanked: 27
      Re: Perfered Programming Language
      « Reply #2 on: July 15, 2008, 11:02:56 AM »
      potential flamebait.

      !~*:.Pink Floyd.:*~!

      • Guest
      Re: Perfered Programming Language
      « Reply #3 on: July 15, 2008, 11:51:57 AM »
      VBScript FTW


      Code: [Select]
      X = MsgBox("Your message",0+16, "box name")
      Save that under a VBS file you can make a error mesage type your message and the box name to..

      Dias de verano

      • Guest
      Re: Perfered Programming Language
      « Reply #4 on: July 15, 2008, 11:59:12 AM »
      TCL

      Pink Floyd, I have reported your paypal pyramid scheme.

      macdad-

        Topic Starter


        Expert

        Thanked: 40
        Re: Perfered Programming Language
        « Reply #5 on: July 15, 2008, 03:54:17 PM »
        who thinks that Java is just kinda pointless? all in favor say Aye.
        Aye.
        If you dont know DOS, you dont know Windows...

        Thats why Bill Gates created the Windows NT Family.

        Bones92



          Hopeful

        • Website Designer and Microcontroller Programmer
        • Thanked: 3
          • PIC Programming New Zealand
        • Computer: Specs
        • Experience: Experienced
        • OS: Windows 7
        Re: Perfered Programming Language
        « Reply #6 on: July 16, 2008, 04:16:44 AM »
        PHP!! Though thats not really a programming language, its more of a script...

        who thinks that Java is just kinda pointless? all in favor say Aye.
        Aye.

        AYE!

        Aegis



          Expert

          Thanked: 67
          • Yes
          • Yes
          • Brian's Mess Of A Web Page
        • Experience: Experienced
        • OS: Windows 10
        Re: Perfered Programming Language
        « Reply #7 on: July 16, 2008, 05:08:12 AM »
        I voted "other" because the poll only represents about three "families" of languages: 
        BASIC, C, and from what I could find on the 'net, ASM either as a Java derivative, or ASM as an Oracle function.

        I used to program in UNIX shell script.

        Long live FORTRAN!   ;)


        "For you, a thousand times over." - "The Kite Runner"

        macdad-

          Topic Starter


          Expert

          Thanked: 40
          Re: Perfered Programming Language
          « Reply #8 on: July 16, 2008, 06:04:59 AM »
          I thought Cobol is like Fortran. (kinda like a desecdent of Fortran like C++ is a desendent of C)

          Just BASIC pwns!  ;D

          But i think Asm is pretty dang powerful it works right down to the Logic level, it loads something in register then sends it through the I/O bus to the display, No other code is like that but there arent any Asm compilers that i could find for a PC. Any suggestion?

          If you dont know DOS, you dont know Windows...

          Thats why Bill Gates created the Windows NT Family.

          Sidewinder



            Guru

            Thanked: 139
          • Experience: Familiar
          • OS: Windows 10
          Re: Perfered Programming Language
          « Reply #9 on: July 16, 2008, 06:39:55 AM »
          Quote
          I thought Cobol is like Fortran. (kinda like a desecdent of Fortran like C++ is a desendent of C)

          COBOL (COmmon Business-Oriented Language) is used mainly in corporate business, finance, and administrative systems. FORTRAN (Formula Translation) is used mainly in scientific settings like R&D. They are not related but both were early procedural languages.

          Quote
          No other code is like that but there arent any Asm compilers that i could find for a PC

          If by ASM you're referring to Assembler, there are no compilers. Assembly language uses an assembler to convert source code to object code.

          For many programmers, their preferred programming language is what their employer says it is.

           8)
          The true sign of intelligence is not knowledge but imagination.

          -- Albert Einstein

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: Perfered Programming Language
          « Reply #10 on: July 16, 2008, 06:44:37 AM »
          Visual Basic 6 Enterprise Edition.

          a quick little pic of my IDE setup.
          http://www.geocities.com/bc_programming/vbwork.gif


          I thought Cobol is like Fortran. (kinda like a desecdent of Fortran like C++ is a desendent of C)

          Just BASIC pwns!  ;D

          But i think Asm is pretty dang powerful it works right down to the Logic level, it loads something in register then sends it through the I/O bus to the display, No other code is like that but there arent any Asm compilers that i could find for a PC. Any suggestion?



          Cobol= COmmon Business Oriented Language (or something)

          FORTRAN= FORmula TRANslator

          besides, FORTRAN was also used on punch cards as well. I don't think COBOL ever was.


          Your having problems finding an ASM "compiler" because such a thing doesn't exist. it's called an assembler. And actually ALL code is at some point turned into machine language, and so does the same type of input/output as ASM does. ASM is just a characterized representation of machine code.


          and from what I could find on the 'net, ASM either as a Java derivative, or ASM as an Oracle function.

          WHA? ASM as a java derivative? I hope that was a joke, because I am now hopelessly confused. I could swear it means assembly language...


          And let's clear up something about the BASIC languages, Visual Basic .NET doesn't count. if you use Visual Basic .net, you're not using BASIC, the last Visual Basic that ever existed was Visual Basic 6, and then Microsoft bastardized it by... um... adding all the features we asked for almost... but that isn't the point! the point is, they vastly changed everything, keywords that have been left in Visual Basic almost as a testament to it's predecessors were violently ripped from their roosts... but back on topic....


          I used to program in QuickBasic (not QBASIC, gross), but I can no longer stand it. Ever since I started using Class modules extensively I have "rediscovered" programming, so to speak.


          I don't know what this "Just BASIC" program is, but I'm guessing it's just a crappier version of FreeBASIC?
          I was trying to dereference Null Pointers before it was cool.

          Aegis



            Expert

            Thanked: 67
            • Yes
            • Yes
            • Brian's Mess Of A Web Page
          • Experience: Experienced
          • OS: Windows 10
          Re: Perfered Programming Language
          « Reply #11 on: July 16, 2008, 05:32:41 PM »
          I searched the 'net for asm and got this mess.

          I do see one reference, further down, for assembly language.  I looked a little closer at the Java references, and one talks about manipulating bytecodes.  Perhaps that is a reference to assembly language...hey, the poll says Asm.  No capitals...is it an acronym?  Wasn't sure what to think, so I searched asm, and got the previously mentioned results.  If assembly language was meant, then it ought have been specified.  I found more references to Oracle than Java when I searched.

          I threw in FORTRAN in my prior post as a salute to an oldie-but-goody.  What about Perl, Python, Ruby, and Ruby on Rails?
          Just some more examples...


          "For you, a thousand times over." - "The Kite Runner"

          !~*:.Pink Floyd.:*~!

          • Guest
          Re: Perfered Programming Language
          « Reply #12 on: July 16, 2008, 08:01:07 PM »
          Hey wait doesnt Runescape run on Java?

          Bones92



            Hopeful

          • Website Designer and Microcontroller Programmer
          • Thanked: 3
            • PIC Programming New Zealand
          • Computer: Specs
          • Experience: Experienced
          • OS: Windows 7
          Re: Perfered Programming Language
          « Reply #13 on: July 16, 2008, 10:43:08 PM »
          Hey wait doesnt Runescape run on Java?

          This doesn't benefit Java in any way shape or form...

          reaper_tbs



            Apprentice

            • Yes
            • Google
          • Certifications: List
          • Computer: Specs
          • Experience: Experienced
          • OS: Other
          Re: Perfered Programming Language
          « Reply #14 on: July 16, 2008, 11:36:24 PM »
          Hate to burst your bubble, macdad.
          But i believe you mean "Preferred"?
          Unless i'm mistaken, in which case, i'm thoroughly confused..

          And..

          Hey wait doesnt Runescape run on Java?

          This doesn't benefit Java in any way shape or form...

          I agree.

          Edit: I accidentally typed Calum instead of macdad.
          Computer Hope

          If I don't reply, I'm probably out returning videotapes.