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

ITT we code in our own fictional languages.

Name: Anonymous 2008-08-23 20:31


func say($s) { echo $s, "\n"; }
class :open Thing {
    var :pub=r :priv=rw $thing;
    func :pub :pure hai() {
        return func () { say "Hai."; }
    }
    func :priv die() { die(); }
}
class :open Thing {
    func hai() {}
}
class :open String {
    func :pub :uses=$var makeAwesome() {
        $var = "Awesome!"; # Or somesuch.
    }
    func __toInt() {
        return 5;
    }
}
Thing::hai()();
(new String("Hai!") == "Hai")
say "Lol"->makeAwesome(); # "Awesome!"
say "Num" + 5; # "10"

Name: Anonymous 2008-08-26 14:55

>>47
Well all I know is that a partially observable environment appears non-deterministic
No shit

Thus, the possibility that that environment might be deterministic is irrelevant to those agents, because they can't act upon it.
What the fuck. Even if they were as silly as to never theorize deeper than they could observe (a limitation by which they will never come up with a perfect theory of all), to affirm the Universe is what you can observe, negating whatever you can't observe is something I'd only expect from religion retards. The Earth was flat 'cause well, it looks flat and you cannot go farther because there be dragons. The Universe is non-deterministic 'cause well, it looks non-deterministic and you cannot tell farther because there be uncertainty principle.

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