Adblock breaks this site

How do you make a programming language?

Discussion in 'Web Programming' started by cokecoladrunk, Mar 21, 2008.

  1. cokecoladrunk

    cokecoladrunk Guest

    Referrals:
    1
    How do you make a programming language?

    Hey guys, just wondering how you make a programming language.. i mean they all started somewhere. I mean how do you make one?
     
  2. yokken

    yokken Newcomer

    Joined:
    Apr 3, 2008
    Posts:
    6
    Referrals:
    0
    Sythe Gold:
    0
    How do you make a programming language?

    You don't. They're very, very hard to make. You use an existing programming language to create a compiler that parses commands and runs them at the system level. Assembly is the best way to make a programming language, but assembly is like writing 0s and 1s. I'm not even kidding. You write DIRECTLY to the memory. It's really messed up. You just don't make one. You leave it to the pros.
     
  3. Faskist

    Faskist Tuxhead
    Banned

    Joined:
    Apr 25, 2005
    Posts:
    1,869
    Referrals:
    0
    Sythe Gold:
    0
    How do you make a programming language?

    You're thinking of machine code.
     
  4. Cruel__Machine

    Cruel__Machine Guest

    Referrals:
    100
    How do you make a programming language?

    Learn ASM and translate your language into it, then compile it. No reason to write an ASM compile... leech an open source one. :D
     
  5. Faskist

    Faskist Tuxhead
    Banned

    Joined:
    Apr 25, 2005
    Posts:
    1,869
    Referrals:
    0
    Sythe Gold:
    0
    How do you make a programming language?

    And, in fact, you could write an interpreter in C, or even a high-level language. That's what Nullware and myself did for ABC.
     
< PHP Resources, Learning Center. | Soundclick >


 
 
Adblock breaks this site