We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

User:미친년/Sandbox

From Esolang
Jump to navigation Jump to search

Брррррр

This is still a work in progress. It may be changed in the future.
Брррррр
Designed by User:미친년
Appeared in 2026
Computational class Unknown
Reference implementation Unimplemented
Influenced Befunge

Брррррр is an esoteric programming language based on stack operations. It was created by User:미친년 in 2026.

The language uses a compact, symbol-based syntax in which numbers are pushed onto a stack and commands operate on the values stored in it.

Commands

Command Description
09 Pushes the corresponding digit onto the stack.
[n|code] Repeats code n times.
+ Adds all values currently on the stack.
- Subtracts all values currently on the stack.
* Multiplies all values currently on the stack.
/ Divides all values currently on the stack.
: Divides all values currently on the stack.
$...$

delimiters is ignored.

h Hello, world.
q Quine
& character.
. Outputs the contents of the stack.
p Pops the top value from the stack.
r Reverses the stack.

Examples

XKCD Random Number

999997+&

Hello, world

h

Quine

q

Example

93369[63|3*9]+9381/728$abc$

See also