EmojiGolf
Jump to navigation
Jump to search
EmojiGolf is a golfing language invented by User:LEOMOK which uses emojis as commands. It was inspired by 05AB1E, Emojicode, !aoQ): and many others.
Data Types
Type How to push Notes Number -1,234.56 String 🔤Hello, World!🔤 As in 05AB1E, numbers and strings are equal types. 🔣f (one char strings) Array 📁1➡️2➡️3➡️🔤text🔤➡️ 📁 pushes an empty list, and ➡️ adds an item to the list.
Commands
➕ Pop a, b, push a plus b ➡️ Pop a, b, append a to b 🔗 Pop a, b, push a concatenated to b ➖ Pop a, b, push a minus b. ✖️ Pop a, b, push a times b.