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.
WholesomeFuck
- "This Warms My Heart" --Dtp09
WholesomeFuck is a language created by User:Dtp09. It is a brainfuck equivalent, and uses emoticon faces seperated by spaces as commands. Specifically, emoticon faces with greater-than and less-than symbols. The idea was thought up one night between me and my friend when we were joking around about how excessively we used to use the emoticon faces, and how many variations of the face there were that you could make an esolang of them.
You may technically run code that isn't seperated by spaces, but I wouldn't dare to try it.
Commands
| WholesomeFuck | brainfuck equivalent |
|---|---|
| :> | > |
| :>> | + |
| :< | < |
| :<< | - |
| ;> | ] |
| ;>> | , |
| ;< | [ |
| ;<< | . |
Programs Translated from brainfuck
Hello, World!
:>> ;< :<< :<< :> :<< ;< :> :> :>> :> :<< :<< :<< :<< :<< :< :< ;> :< :<< :<< :< :<< :<< :<< ;> :> :<< ;<< :> :> :> :>> ;<< :> :> ;<< ;<< :>> :>> :>> ;< ;<< :> ;> :< :< :< :< ;<< :>> :>> :>> ;<< :<< :<< :<< :<< :<< :<< ;<< :< :< :<< ;<< :> :> :> :> :>> ;<<
Cat
;>> ;< ;<< ;>> ;>
Truth Machine
;>> ;< ;<< ;>
Implementation
Written in JavaScript here.