Skip to content

Commit d5edfdb

Browse files
committed
Tidy LOLCODE readme
1 parent 46669ca commit d5edfdb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

lolcode/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<img src="https://raw.githubusercontent.com/rtoal/polyglot/master/docs/resources/lolcode-logo-64.png">
22

3-
# LOLCODE Explorations:
3+
# LOLCODE Explorations
44

5-
There are several options for interpreters and compilers for LOLCODE. One such popular option is the [LOLCODE Interpreter on GitHub](https://github.com/justinmeza/lci). This interpreter has been written in C which makes it especially fast for exercuting LOLCODE scripts.
5+
There are several options for interpreters and compilers for LOLCODE. One such popular option is the [LOLCODE Interpreter on GitHub](https://github.com/justinmeza/lci). This interpreter has been written in C which makes it especially fast for executing LOLCODE scripts. You may be able to obtain the interpreter from your system’s package manager. For MacOS, `brew install lolcode` will work.
66

7-
You can also explore the language details and syntax on the [LOLCODE website](http://www.lolcode.org/).
7+
Once installed, programs in this folder can be run from the command line like so:
88

9-
Once you have a LOLCODE interpreter or compiler set up, you can run `.lol` scripts using the intepreter:
10-
11-
`lci ${filename}.lol`
9+
```
10+
lci triple.lol
11+
```
1212

1313
## About LOLCODE:
1414

1515
LOLCODE is an esoteric programming language inspired by the language of the "LOLCATS" meme. It’s easily recognized by its humorous, distinctive syntax and playful approach to coding. Since its introduction around 2007, LOLCODE has maintained a small but enthusiastic community, continually iterating on the existing codebase.
1616

17-
## LOLCODE Resources:
17+
## LOLCODE Resources
1818

1919
Continue your exploration of LOLCODE via:
2020

@@ -23,8 +23,8 @@ Continue your exploration of LOLCODE via:
2323
- [LCI (LOLCODE Interpreter) GitHub](https://github.com/justinmeza/lci)
2424
- [Rosetta Code LOLCODE Examples](https://rosettacode.org/wiki/Category:LOLCODE)
2525

26-
## LOLCODE Open Source Projects:
26+
## LOLCODE Open Source Projects
2727

28-
Studying, and contributing to, open source projects is an excellent way to improve your proficiency in any language. Grain is an open-sourced project so that would be an excellent place to start:
28+
Studying, and contributing to, open source projects is an excellent way to improve your proficiency in any language. The LCI is an open source project to which you can contribute:
2929

3030
- [LCI GitHub Issues](https://github.com/justinmeza/lci/issues)

0 commit comments

Comments
 (0)