https://github.com/mariot/brainrot
Brainrot is a playful programming language inspired by internet slang and memes. It incorporates popular online expressions, abbreviations, and quirky language patterns, transforming everyday internet culture into a unique coding experience. Perfect for those looking to code with a dash of humor and internet flair!
https://github.com/mariot/brainrot
memes programming-language
Last synced: about 2 months ago
JSON representation
Brainrot is a playful programming language inspired by internet slang and memes. It incorporates popular online expressions, abbreviations, and quirky language patterns, transforming everyday internet culture into a unique coding experience. Perfect for those looking to code with a dash of humor and internet flair!
- Host: GitHub
- URL: https://github.com/mariot/brainrot
- Owner: mariot
- License: mit
- Created: 2024-11-28T00:34:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T21:30:06.000Z (6 months ago)
- Last Synced: 2025-01-30T03:15:01.137Z (4 months ago)
- Topics: memes, programming-language
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brainrot - An interpreter written in Go
**Brainrot** is a playful programming language inspired by internet slang and memes. It incorporates popular online expressions, abbreviations, and quirky language patterns, transforming everyday internet culture into a unique coding experience. Perfect for those looking to code with a dash of humor and internet flair!This is an implementation of the brainrot language in go
## Language Specification
brainrot is a basic language.
### Basic Operations
```
> 5 + 4
9
> 3 - 2
1
```