Just a dump of random Rockstar code I have written.
Just a student who likes to program in rock lyrics.
Rockstar is an esoteric programming language that reads like rock lyrics. Check out the official repo for the full language spec.
I personally use the Python transpilier, but on the main Rockstar page there are various compilers and interpreters.
While I used to use the python transpiler, due in part to it not fully conforming to the spec I have since switched to the Ruby transpiler (Kaiser). Everything in this repo has only been tested with Kaiser. As far as I know, no compiler for Rockstar perfectly fits the spec (all have some issues, or resolve ambiguities in different ways), but all code in this repo should compile specifically in Kaiser.
Now I use the official Rockstar website to write and run my code.