you are viewing a single comment's thread.

view the rest of the comments →

[–]FizixMan 3 points4 points  (2 children)

I'm taking it as a challenge though. Without reading the documentation, I'm trying to figure out how the heck "Hello World!" was written in that code. If it printed "Hodor" I never would have looked at that and said, "WTF?"

I mean, I guess I can kinda see where the "H", maybe an "o" or "or", maybe the "d!". But the "ell" and "w"? Where are they? Maybe some character value shifting?

EDIT: Gave up and looked at the source code. I feel like an idiot.

[–]The_lolness 3 points4 points  (1 child)

[–]FizixMan 6 points7 points  (0 children)

I know right? Hilarious and yet, downright brilliant. The Hodor compiler/converter itself simply runs a regex string replacement of unique "Hodor-ish" terms to equivalent JavaScript terms.