The BEST programming language in the WORLD! 🤩
mot much brainrot, tbh 🤷
Docs are cooking... In the meantime, here's a lil hello-world program!
print "Hello, from brainrot!";
Note
I currently do not have a good way to distribute binaries, so you will have to clone the repo locally
Clone the repository
git clone https://github.com/iamhrigved/brainrot.rs.git ~/brainrot
cd into the repo folder
cd ~/brainrot
Create a file with a .rot
extension (not mandatory)
touch myfile.rot
Write your program and run the interpreter!
cargo run ./myfile.rot
Just a fun experiment, trying to learn new things
- crafting-interpreters
- rust-book
- that's it