Programming Languages
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 17

Thread: Programming Languages

  1. #1
    Registered User ephmynus's Avatar
    Join Date
    Feb 2001
    Location
    127.0.0.1
    Posts
    1,998

    Post Programming Languages

    Don't know if anyone has asked before but it's something I'm very interested to know. What are programming languages programmed in?

  2. #2
    Registered User
    Join Date
    Sep 2000
    Posts
    1,965

    Post

    I think the C complier is written in C.

  3. #3
    Registered User ephmynus's Avatar
    Join Date
    Feb 2001
    Location
    127.0.0.1
    Posts
    1,998

    Post

    Wow seems kind of hypocritical to me. Obviously you can't write like Pascal in Pascal. That's like giving birth to yourself. Anyhow else have any information on this?
    <IMG SRC="smilies/confused.gif" border="0">

  4. #4
    Registered User
    Join Date
    Apr 2001
    Location
    Colorado
    Posts
    28

    Post

    All languages come down to machine code in the end. But can have many layers, like C++ is written in C, and C is written in Assembler, which is written in Machine code. Get my drift?

  5. #5
    Registered User ephmynus's Avatar
    Join Date
    Feb 2001
    Location
    127.0.0.1
    Posts
    1,998

    Post

    Can I be an @$$ for a minute and ask how you program machine code?

  6. #6
    Registered User Deity's Avatar
    Join Date
    Mar 2001
    Location
    Elsewhere
    Posts
    1,412

    Post

    Think back to the days of programming with punch cards. <IMG SRC="smilies/biggrin.gif" border="0">

    In the end it's all 1's and 0's, on's and off's. It all started there and worked it's way up.

  7. #7
    Registered User
    Join Date
    Dec 2000
    Location
    Circle Pines,MN,USA
    Posts
    805

    Post

    Originally posted by aplustech:
    <STRONG>Can I be an @$$ for a minute and ask how you program machine code?</STRONG>
    machine code or ASM is just another language. Much harder for the everyday person to understand as the logic goes past 3 * 3. Machine code does not multipy, it only adds 1 or subtracts 1.

    It used syntax like
    "POP EAX,var" this would POP the data off the eax register and put it into var(variable).

    some other keywords are push, DB,JZ,NOP I think you get the drift...Its complicated but its not 01101001,1011010,10001011 like the first programs ever made. I'll stop confusing people now. =)

    BTW I think most languages now a days are made in C,C++, and inline ASM.

  8. #8
    enaSnI
    Guest

    Post

    Well MS Access was made in Visual Basic and has Visual Basic inside it... <IMG SRC="smilies/eek.gif" border="0">

  9. #9
    Registered User
    Join Date
    Apr 2001
    Posts
    84

    Post

    Was it?
    Well, It being programmed in VB, and having VB, doesn't seem stupid or weird at all..

  10. #10
    Registered User
    Join Date
    Apr 2001
    Location
    Wind Rivers Resort
    Posts
    155

    Post

    Originally posted by Master Evil Ace:
    <STRONG>Was it?
    Well, It being programmed in VB, and having VB, doesn't seem stupid or weird at all..</STRONG>
    Seems pretty weird to me, since most M$ apps are in C++, and such a mission-critical app is written in VB...wonder if Windows ME was written in VB ahahahahah

  11. #11
    Registered User
    Join Date
    Apr 2001
    Posts
    84

    Post

    ME is written in Caveman..

  12. #12
    Adm¡nistrator JungleMan1's Avatar
    Join Date
    Jan 2001
    Posts
    2,463

    Post

    Originally posted by Master Evil Ace:
    <STRONG>ME is written in Caveman..</STRONG>
    What is Caveman written in?

  13. #13
    Registered User Mr_Miyagi's Avatar
    Join Date
    Jan 2001
    Location
    Westbury, Wiltshire, UK
    Posts
    1,099

    Post

    Originally posted by Mistah Jungleman:
    <STRONG>

    What is Caveman written in?</STRONG>
    I thought you knew, you seem to speak it!
    LOL
    <IMG SRC="smilies/cool.gif" border="0"> <IMG SRC="smilies/wink.gif" border="0"> <IMG SRC="smilies/biggrin.gif" border="0"> <IMG SRC="smilies/frown.gif" border="0"> <IMG SRC="smilies/smile.gif" border="0">

  14. #14
    Adm¡nistrator JungleMan1's Avatar
    Join Date
    Jan 2001
    Posts
    2,463

    Post

    Originally posted by Mr Myagi:
    <STRONG>

    I thought you knew, you seem to speak it!
    LOL
    <IMG SRC="smilies/cool.gif" border="0"> <IMG SRC="smilies/wink.gif" border="0"> <IMG SRC="smilies/biggrin.gif" border="0"> <IMG SRC="smilies/frown.gif" border="0"> <IMG SRC="smilies/smile.gif" border="0"></STRONG>
    I am very proficient in it <IMG SRC="smilies/biggrin.gif" border="0">

  15. #15
    Registered User MacGyver's Avatar
    Join Date
    Oct 2000
    Location
    Ottawa
    Posts
    4,232

    Post

    I'm afraid I'll have to agree with you on that one. <IMG SRC="smilies/biggrin.gif" border="0"> <IMG SRC="smilies/wink.gif" border="0">

    Originally posted by Mistah Jungleman:
    <STRONG>I am very proficient in it (caveman) <IMG SRC="smilies/biggrin.gif" border="0"></STRONG>

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
  •