Tagged Questions

lolcode is an esoteric programing language designed to mimic many internet memes.

learn more… | top users | synonyms

18
votes
2answers
1k 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 ...
15
votes
1answer
207 views

What good is the NERFIN loop operation in LOLCODE?

What the spec says on the subject: Iteration loops have the form: IM IN YR <label> <operation> YR <variable> [TIL|WILE <expression>] <code block> IM OUTTA YR ...
15
votes
5answers
1k 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 OpenSource LOLCODE interpeter? Bonus points for providing a decent REPL.
10
votes
1answer
240 views

Is there a lolcode compiler for x86 or x86_64?

On the lolcode website I saw many references to various lolcode interpreters. But is there a lolcode compiler for the x86 or x86_64 architecture, that compiles directly to native machine code? I have ...
0
votes
3answers
75 views

Compile a file function, on Windows [closed]

I'm working at a compiler for LOLCode esoteric language and I have a question. Is there any function/command to compile a .cpp file in Windows? I did this on Unix, how can I do this on Windows? I ...