WholesomeFuck

From Esolang
Jump to navigation Jump to search
"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

;>> ;< ;<< ;>> ;>

Implementation

Written in JavaScript here.