pajowu / emojy

A emoji based programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emojy

A brainfuck dialect using emojis. Based on pocmos brainfuck imprementation in python

Commands

It uses the follwing mapping:

Brainfuck command Emoji
+ πŸ‘
- πŸ‘Ž
> πŸ‘†
< πŸ‘‡
, πŸ‘„
. πŸ‘‚
[ πŸ”
] πŸ”š

Example Scripts

Two example scripts are included in the examples/ directory: rot13.em and hello_world.em. They are the emojy version of the brainfuck examples from wikipedia.

License

The Code is under a AGPL license.

About

A emoji based programming language.

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%