Skip to content

The Rick Roll programming language is a rickroll based, process oriented, dynamic, strong, esoteric programming language. All of the keywords/statements are from Rick Astley's lyrics. Discord server: https://discord.gg/yzZ3MfGZ8A

License

Notifications You must be signed in to change notification settings

Rick-Lang/rickroll-lang-2

 
 

Repository files navigation


Rickroll Programming Language

Build Python License
Rick Roll Programming Language, a language that is rickroll based!

Hello World

Although Rickroll can be transpiled into Python3, its syntax is not completely similar to Python's

  1. It doesn't need indentation
  2. The code must be written inside the main method, otherwise the interpreter will not execute
  3. The keywords can be separated freely

Rickroll-Lang:

take me to ur heart
    give msg up "Never gonna give you up, never gonna let you down~\n"
    i just wanna tell u how im feeling msg
say goodbye

Equivalent to Python

if __name__ == '__main__':
  msg = "Never gonna give you up, never gonna let you down~\n"
  print(msg, end='')

Equivalent to C++

#include<iostream>
using namespace std;
int main(int argc, char* argv[]){
    string msg = "Never gonna give you up, never gonna let you down~\n";
    cout<<msg;
}

And you can get the output on your terminal:


Sorry, it's this:

Never gonna give you up, never gonna let you down~

The keywords can be separated freely

takemetourheart
    give msg up "Never gonna give you up, never gonna let you down~\n"
    i justwanna telluhowim feeling msg
say good bye

This is also executable

Run Code

Execute by converting .rickroll to Python

python3 RickRoll.py [Source Code File Name]

Execute by converting .rickroll to C++ (Requires g++ compiler and has numerous bugs)

python3 RickRoll.py -cpp [Source Code File Name]

Execute by interpreter

python3 RickRoll.py -intpr [Source Code File Name]

If you want to know the execution time:

Add "--time"

python3 RickRoll.py [Source Code File Name] --time

Generate and play an audio from .rickroll

python3 RickRoll.py [Source Code File Name] --audio

VsCode Extension

https://marketplace.visualstudio.com/items?itemName=FusionSid.rickroll-lang

Requirements

Features

Generate Audio

Command:

python3 RickRoll.py [Source Code File Name] --audio

After running this command, the generator is gonna generate an audio from the .rickroll program and play it on your terminal

Documentation

We don't usually update The Chinese Documentation / 中文文档

English
简体中文
Russian

Rickroll-lang Editor

See https://github.com/RedEnder666/RickRoll_IDE

Todo!

In order to make RICKROll becoming a world heritage, YOU and I still have a bunch of things to do!

  1. Add more keywords and built-in functions!
  2. Write algorithms in RickRoll-Lang and upload them to examples folder.
  3. Make syntax highlights for VS Code and Sublime!
  4. Improve the current audio generator!
  5. Improve the RickRoll interpreter!
  6. Support "writing code by singing"!
  7. Design a better icon!
  8. SPREAD RICKROLL EVERYWHERE!!!

Rickroll Language Website

https://rickroll-lang.tech/introduction/
or
https://rick-lang.github.io/rickroll-lang/

Offcial Discord Server/Contact

https://discord.gg/yzZ3MfGZ8A Join this server to chat with cool people or for support
We currently need some people to join!

Wechat/微信: githubsherlockcxk
Discord: Satin Wuker#0572
Valcan#1407

Purpose

Despite the fact that the Rickroll Language is considered an esoteric programming language, it has its unignorable significance. I believe that rick roll is not only a way to promote people’s communication, it is also one of the most paramount art in the human history. The purpose of the Rickroll Language is to introduce this art to people in a distinctive way – programming.

Related Repos

Here are the projects that are inspired by Rickroll-lang

  1. Ricky
  2. Rickroll-lang API
  3. RickRoll IDE
  4. Rick Astley Bot

Credit: Rick Astley

Youtube: https://www.youtube.com/channel/UCuAXFkgsw1L7xaCfnd5JJOw
Twitter: https://twitter.com/rickastley
Facebook: https://www.facebook.com/RickAstley
Spotify: https://open.spotify.com/artist/0gxyHStUsqpMadRV0Di1Qt

About

The Rick Roll programming language is a rickroll based, process oriented, dynamic, strong, esoteric programming language. All of the keywords/statements are from Rick Astley's lyrics. Discord server: https://discord.gg/yzZ3MfGZ8A

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%