Tagged Questions

-3
votes
4answers
495 views

bool true = false? [closed]

Both true and false are reserved keywords in most languages. Is there a way I can reverse them... you know, for the lulz? I don't see any practical use for doing this other than to make debuggers jump …
3
votes
4answers
393 views

What is the “best” Open Source lolcode interpreter?

I'm interested in studying how an interpreter works, and lolcode makes me laugh, so… What's the best Open Source lolcode interpeter? Bonus points for providing a decent REPL.
1
vote
1answer
224 views

Which LOLCode interpreter to use?

This is similar to this question. What I am asking though, is which LOLCode interpreter should I pick based on these criteria: 1) Works well and is up-to-date 2) Ease of install - I've looked …