Search for a tool
LOLCODE Language

Tool for programming and translating LOLCODE, a programming language written with words from English forums/slang, such as OMG, O RLY, I HAS...

Results

LOLCODE Language -

Tag(s) : Programming Language

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'LOLCODE Language' tool for free! Thank you!

LOLCODE Language

LOLCODE Interpreter





See also: Brainfuck

Answers to Questions (FAQ)

Whate is LOLCODE? (Definition)

Lolcode is a programming language, it is not an encryption, it follows a syntax similar to other programming languages but is very verbose and misuses keywords that are usually replaced by symbols in programming.

Example: I HAS A VAR ITZ 0 corresponds to VAR = 0

How to write/encrypt using LOLCODE?

Like any language, its practice requires learning the syntax and its functions, theoretically the source code starts with HAI (which could translate to Hello) and ends with KTHXBYE (which could be translate by OK, thanks, bye.).

The lolcode is of relatively low level, it implements the basic functions like the variable declaration or the loops of IM IN YR up to IM OUTTA YR (which could be translated as I am inside of and I'm outside of).

Here are some other key words in the lolcode language:

lolcodeequivalent
ALWAYZ const IZ valuedefine a constante: define
CAN HASinclude a file: include
MUST HASinclude a file: require
VISIBLEshow/ouput: print/stdout
I HAS variablevariable declaration: var = null
IZ valuevariable affectation: = value
UPUP!incrementation: ++
DOWNDOWN!decrementation: --
IM IN URstart loop: for/foreach
IM OUTTA URend loop
I FOUND MAH valuereturn value
BTW commentindicate a comment
KTHXend loop or object declaration

How to interpret/translate/decrypt lolcode?

Like any programming language the lolcode has an interpreter and a compiler that can translate the code into a machine language for a computer.

To allow reading to a human, dCode proposes to convert the code into Javascript (but it requires to know this language).

Finally, if the code displays an output value, then dCode displays it automatically (the default example on this page is a Caesar Cipher in Lolcode).

dCode uses a Javascript library loljs 1.1 (a LOLCODe to JavaScript translator) created by Mark Watkinson.

How to recognize lolcode?

The lolcode contains many slang words from the English language, including spelling or grammatical errors: I HAS, IS, ALWAYZ, and so on.

Source code

dCode retains ownership of the "LOLCODE Language" source code. Except explicit open source licence (indicated Creative Commons / free), the "LOLCODE Language" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "LOLCODE Language" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "LOLCODE Language" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.

Cite dCode

The copy-paste of the page "LOLCODE Language" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
LOLCODE Language on dCode.fr [online website], retrieved on 2024-05-11, https://www.dcode.fr/lolcode-language

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'LOLCODE Language' tool for free! Thank you!


https://www.dcode.fr/lolcode-language
© 2024 dCode — El 'kit de herramientas' definitivo para resolver todos los juegos/acertijos/geocaching/CTF.
 
Feedback