Jump to content
Banner by ~ Ice Princess Silky

Respond in Programming Language SYNTAX


Splashee

Recommended Posts

#include <stdio.h>

int main(void)
{
 // This is a forum game where your objective is to reply with the name of the (computer) programming language used in the post above yours.
 // You are allowed to guess if you don't know.

 /*
  Oh, and remember to make your post with a programming syntax of any programming language in existence! The text you're typing
  should potentially pass compiling (that is translation, though a spelling mistake is okay) by a compiler.
 
*/

 printf("Don\'t worry too much about being correct.\r\nAnd have fun!\r\n");

 return 0;
}
 

  • Brohoof 1
Link to comment
Share on other sites

       PRINT *, "Really? I though that one had to be easy to guess, I learned it on my own, but had classes"
       PRINT *, "in school as well. I guess it's not seen anymore. Anyway, yours looks like BASIC"
       PRINT *, "That was Pascal by the way"
       END

 

Edited by Pentium100
  • Brohoof 1
Link to comment
Share on other sites

-[------->+<]>+++.+[--->+<]>..----.++++++++.+[---->+<]>+++.++[--->++<]>.---.++.------.--[--->+<]>-.[->+++<]>+.-[->+++<]>.[-->+++<]>--.+++[->++<]>.-.--[--->+<]>-.[---->+<]>+++.++[->+++<]>.+++.+++.-------.[->+++<]>-.

You're going to have to run this to see the output. Also your guess is wrong :twismile:

Edited by Pentium100
  • Brohoof 1
Link to comment
Share on other sites

  • 2 weeks later...
(edited)
class DefinitelyAProgram {

        private static String msg = "Indeed, it does require execution, but I'm pretty sure that's Brainfuck. Running it through an online interpreter for that language did yield a plausible output.";

        public static void main(final String[] args) {
                System.out.println(msg);
                System.out.println("This one had better be easy to guess!");
       }
}

 

Edited by StormyVenture
  • Brohoof 2
Link to comment
Share on other sites

16 minutes ago, StormyVenture said:

class DefinitelyAProgram {

        private static String msg = "Indeed, it does require execution, but I'm pretty sure that's Brainfuck. Running it through an online interpreter for that language did yield a plausible output.";

        public static void main(final String[] args) {
                System.out.println(msg);
                System.out.println("This one had better be easy to guess!");
       }
}

 

Hmm, looks kind of like Java to me...

Now have a look at mine.

(if (= coolCode t)
    (print ("This is some cool code"))
    (print ("Your code is not cool"))
)

 

  • Brohoof 2
Link to comment
Share on other sites

(edited)
def main():
    print('Not cool, huh. Well take this!')
    print('I\'m betting that\'s some kind of Lisp.')

main()

P.S.

Yes, previous example is Java.

Edited by StormyVenture
minor syntax error with strings
  • Brohoof 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Join the herd!

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...