Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T01:13:11.000Z (about 2 months ago)
- Last Synced: 2024-11-28T02:20:22.742Z (about 2 months ago)
- Topics: memes, programming-language
- Language: Go
- Homepage:
- Size: 3.91 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
```