Fantasize a programming language

  • TheWiseEyes
    23rd May 2011 Banned 0 Permalink
    This post is hidden because the user is banned
  • MasterMind555
    23rd May 2011 Member 0 Permalink
    Now make your language!
    I know this is possible for free, but I didn't really tried...
  • mniip
    23rd May 2011 Developer 0 Permalink
    my is HumPas (Human Pascal)
    (possible if refer some modules and make a little bit humanoid robot)
    {words in figure brackets are comments}
    simple program (finds any human named alex and says him "meet here at 6 o'clock")
  • TheWiseEyes
    23rd May 2011 Banned 0 Permalink
    This post is hidden because the user is banned
  • mniip
    23rd May 2011 Developer 0 Permalink
  • BlueAmulet
    23rd May 2011 Member 0 Permalink

    Deleted

    Edited once by BlueAmulet. Last: 11th Apr 2024
  • Disaster
    23rd May 2011 Member 0 Permalink
    A function in my language that a quits game on the 'q' key.
    <# + #> Are comments. Second hash ends comment.
    Click Me
  • devast8a
    23rd May 2011 Former Staff 0 Permalink
    I've been designing a language actually.
    - Will post stuff later in thread.

    I'm thinking of calling it Gravy.
  • Ace
    23rd May 2011 Member 0 Permalink
    http://codepad.org/9pSmHi8X

    I'm calling it DPL (Dynamic Programming Language). Named so because it is easily modified by adding your own libraries.

    Line 1. This sets a variable inside the compilers compilation settings for this program known as LIB. LIB is the library of functions. The actual library is a file filled with the functions and the binary that it will represent in the finished program.

    Line 2. This creates a function by the name of main.

    Line 3. Uses the function from LIB_STANDARD namely "out". This outputs to the screen (will output not only text but images), the "temp_dat" function simply temporally allocates an area in the memory to store the text before output.