Click to See Complete Forum and Search --> : Programming Languages


ephmynus
May 30th, 2001, 11:39 AM
Don't know if anyone has asked before but it's something I'm very interested to know. What are programming languages programmed in?

SubZero
May 30th, 2001, 12:12 PM
I think the C complier is written in C.

ephmynus
May 30th, 2001, 01:37 PM
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">

Eclipse2G
May 30th, 2001, 01:57 PM
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?

ephmynus
May 30th, 2001, 02:40 PM
Can I be an @$$ for a minute and ask how you program machine code?

Deity
May 30th, 2001, 04:56 PM
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.

LagMonster
May 31st, 2001, 10:01 AM
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.

enaSnI
June 1st, 2001, 05:38 AM
Well MS Access was made in Visual Basic and has Visual Basic inside it... <IMG SRC="smilies/eek.gif" border="0">

MasterEvilAce
June 1st, 2001, 06:47 AM
Was it?
Well, It being programmed in VB, and having VB, doesn't seem stupid or weird at all..

em-clown
June 1st, 2001, 07:57 AM
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

MasterEvilAce
June 1st, 2001, 08:28 AM
ME is written in Caveman..

JungleMan1
June 2nd, 2001, 05:58 AM
Originally posted by Master Evil Ace:
<STRONG>ME is written in Caveman..</STRONG>

What is Caveman written in?

Mr_Miyagi
June 2nd, 2001, 06:05 AM
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">

JungleMan1
June 2nd, 2001, 04:38 PM
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">

MacGyver
June 2nd, 2001, 04:59 PM
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>

thecoolbean
June 2nd, 2001, 11:41 PM
you can write a language with any language

em-clown
June 3rd, 2001, 10:42 AM
Originally posted by LagMonster:
<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.</STRONG>

How did anyone learn how to make machine code then? They knew all the right holes to punch so the hardware would do certain things out of nowhere?

There was no such thing as MS Visual Machine Code Studio <IMG SRC="smilies/biggrin.gif" border="0"> <IMG SRC="smilies/biggrin.gif" border="0">