https://github.com/cevatbarisyilmaz/lolz
An interpreted esoteric programming language accepts only letters 'l', 'o' and 'z'
https://github.com/cevatbarisyilmaz/lolz
esoteric-language go golang language lolz programming-language
Last synced: 6 months ago
JSON representation
An interpreted esoteric programming language accepts only letters 'l', 'o' and 'z'
- Host: GitHub
- URL: https://github.com/cevatbarisyilmaz/lolz
- Owner: cevatbarisyilmaz
- License: mit
- Created: 2018-06-09T15:56:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T13:35:56.000Z (about 7 years ago)
- Last Synced: 2024-11-13T19:39:49.001Z (12 months ago)
- Topics: esoteric-language, go, golang, language, lolz, programming-language
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 29
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - lolz
README
# LOLZ
LOLZ is an interpreted, esoteric programming language that only accepts letters 'l', 'o' and 'z'. See [wiki page](https://github.com/cevatbarisyilmaz/lolz/wiki) for detailed tutorial.
## A Quick Rundown What LOLZ Tries to Achieve
### Be Funny
Well, at least pretending to be funny. That's still something. What other language lets you to build a software while writing "loolz" all the time?
### Save Your Job
Once you find a job in a company uses LOLZ, chances are that you will never be fired as long as they keep using LOLZ since the next guy hired will have 0 chance to maintain your code, while you still have that 1%.
### Get Rid of All The Error Handling Headache
Who even likes trying to catch all the exceptions falling down everywhere? There is none of it in LOLZ. Because LOLZ does not have any exceptions or errors of any kind, including parsing errors. Even division by 0 cannot disturb the peaceful flow of the program.
### Keep It Simple
LOLZ only has one data type -why would you need anything else when you have strings?!- and 3 functions. So you don't have memorize all the function signatures or try to find out which types are compatible with each other.
### Make Everything One-Liner
Since LOLZ does not care about newlines or semicolons, you can write whole programs using just one line, well, except that one line may turn out to be a pretty long one.
## Some Sample Programs
### Hello World
lozozlooozlllzlzloozlzlollzlzlollzlzlllozllozlzlollolzlllozlzlooollzlollzlzllzlllolz
### Fibonacci
ozozlozloozlzloololzzozlozloololzzozozlzlzllzozloololozzlollzllollzozlooloozzozllzlzozllzlzllzlozozlzllzlozozlozllzllzozozlzlzllzozloololzzzlozozllzlozlozozloolllzz
## Setup
1. Download: go get github.com/cevatbarisyilmaz/lolz
2. Build: go build lolz.go
3. Test: lolz examples/helloworld.lolz
3. Run lolz