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.

IPAfuck

From Esolang
Jump to navigation Jump to search
This is still a work in progress. It may be changed in the future.

IPAfuck is a Brainfuck language based on IPA.

Syntax

Caption
IPAfuck Brainfuck(pseudo)
i >
y <
e +
ø -
ɛ . (Write the data as a Character)
œ : (Write the data as a Integer)
æ , (Read the data as a Character)
a ~ (Read the data as a Integer)
ɶ[Value] =[Value] (Set data to value)
ɪ [
ʏ ]

Programs

Hello, world!

ɶ['H']ɛɶ['e']ɛɶ['l']ɛɶ['l']ɛɶ['o']ɛɶ[',']ɛɶ[' ']ɛɶ['w']ɛɶ['o']ɛɶ['r']ɛɶ['l']ɛɶ['d']ɛɶ['!']ɛ

A+B

œiœɪyeiøʏya