Skip to content

Programming emoji interpreter works on Slack as a bot.

License

Notifications You must be signed in to change notification settings

puhitaku/slackmojicode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlackMojicode

Programming emoji interpreter works on Slack as a bot.

This language is based on joshsharp's Braid which is introduced in his article of introduction of RPython. I want to say thank you for this work.

Tokens are replaced with emoji-style one as you see in below picture, and you can find assinments here.

Run script Convert script

Prerequisites / Install

  • Works on Python 2.7
  • pip install -r requirements.txt
  • Add your Slack bot's token in rtmbot.conf
  • Execute rtmbot

Running

  • Execute rtmbot

Modification

Some modifications from Braid was applied:

  • Non-immutable variable (re-assignable)
  • Re-implemented print function
  • Decreased / replaced tokens

About

Programming emoji interpreter works on Slack as a bot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%