Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

GUESS THAT LANGUAGE

Name: Anonymous 2009-09-04 6:37


class Hello {
    string mesg;
    new() { mesg = "Hello World!\n"; }
    static void main() {
        print(mesg);
    }
}

Name: Anonymous 2009-09-04 7:44

>>10
This looks nothing like Clojure or Haskell, have you ever seen code in those languages? Of course it's possible to make an intepreter or compiler in those languages which would allow writing such code inline.

It looks C like, so I'm thinking either a variant of Java or D.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List