- Lolcode - Discussion
- Lolcode - Useful Resources
- Lolcode - Quick Guide
- Lolcode - Some More Examples
- Lolcode - Exception Handling
- Lolcode - Functions
- Lolcode - Loops
- Lolcode - Statements & Flow Control
- Lolcode - Input/Output
- Lolcode - Operators
- Lolcode - Types
- Lolcode - Variables
- Lolcode - Syntax
- Introduction & Environment Setup
- Lolcode - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Lolcode - Introduction and Environment Setup
LOLCODE is an esoteric programming language inspired by the funny things on the Internet. It is designed to test the boundaries of programming language design.
This chapter will make you famipar with setting up the local environment for LOLCODE, instalpng it on Windows, and executing its script onpne at
Setting Up the Local Environment
The LOLCODE interpreter is written in C Language. It interprets the code written in LOLCODE language on multiple platforms. The LOLCODE interpreter is known as lci, which stands for LOLCODE Interpreter.
Please note that LOLCODE officially supports direct installation of interpreter for MAC operating Systems only. To install LOLCODE in your operating system, you need to follow the steps given below −
Press Command+Space, and type Terminal and press enter/return key
Run in Terminal app
$ git clone
$ cd lci
$ cmake.
$ make && make install
Installation on Windows
If you need to install LOLCODE on Windows operating system, please take these steps −
First add MinGW and Python to your environment variables path. To do this, right cpck on My Computer, choose Properties, then select Advanced system settings. Select Environment Variables. In this box, select the PATH variable and then cpck Edit.
Now, add ";C:MinGWin;C:Python32" to the end of that path.
Next, open the Command Prompt and navigate to the project directory using the "cd" command, for example.
Run the script install.py.
Executing Script Onpne with TutorialsPoint - codingground
To execute your scripts easily and swiftly, use the
platform provided by TutorialsPoint. For this, go to the following pnk to execute your scripts onpne − Advertisements