DONT YOU LECTURE ME WITH YOUR THIRTY DOLLAR LANGUAGE

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
This is still a work in progress. It may be changed in the future.

DONT YOU LECTURE ME WITH YOUR THIRTY DOLLAR LANGUAGE is a language made by User:Masalt in Python 3.

Example Programs

Hello World

DONT YOU LECTURE ME WITH YOUR THIRTY DOLLAR HAIRCUT
🗿Hello, World!🗿
🖨

Truth Machine

DONT YOU LECTURE ME WITH YOUR THIRTY DOLLAR HAIRCUT
⌨🗿110🗿
⁉🖨⬅

Cat Program

DONT YOU LECTURE ME WITH YOUR THIRTY DOLLAR HAIRCUT
☠⌨
🖨☠🗿2🗿
⏲💀
☠🗿16🗿⬅

User:Yes's Rundown of the language

What I can make out so far

It appears that a 🗿 will push a string onto a Queue of some sort. Now, I say queue, as if it were a Stack, the string in the Hello World program would be backwards, due to stacks popping and getting values from the topmost, and queues removing and getting values from the bottommost. Then it appears that a 🖨 will print the complete string as it appears that the string is pushed as one whole value onto the queue.