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.

Moanfuck

From Esolang
Jump to navigation Jump to search

Moanfuck is a joke brainfuck clone implemented by Razetime with Sinthorion's idea. It uses sounds that people make during s*x as commands. It belongs to the TrivialBrainfuckSubstitution family of languages, since it doesn't deviate from brainfuck in terms of it's commands.

It uses the following commands:

+ AH
- OH
> YES
< FUCK
, MORE
. YEAH
[ AHH
] OOH
# BABY (debug breakpoint)

All commands must be separated by spaces for parsing. Parsing is case-insensitive.

If any given command is not in the list, then the command with the closest edit distance is taken. Hence, you can run any porn script(Or piece of english literature) in moanfuck, and see its results.

Interpreter(Javascript)

Moanfuck implementation in js

It can be run on the JavaScript(V8) interpreter at Try it online!

See Also