Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dan3944 committed Apr 21, 2017
1 parent 6b8e24f commit 82da313
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions README.md
@@ -1,4 +1,41 @@
# emojiscript
# EmojiScript
A modern, dynamically typed, state of the art programming language

Dependencies: Haskell, Node JS, jQuery
Instead of using syntax taking from the dull and boring english language, emojiscript takes advantage of the latest advances in unicode technology to provide you with a better way to write Javascript.

# Sample code:
```
🔬 fizzbuzz🌜number🌛 ↪
🍀 🌜🍰 i ⚖ 1🛑 i 🔉⚖ number🛑 i⏩🌛 ↪
🍰 output ⚖ ""
🤔 🌜output ✂ 3 ⚖⚖ 0🌛 ↪
output ✝⚖ "Fizz"
🤔 🌜output ✂ 5 ⚖⚖ 0🌛 ↪
output ✝⚖ "Buzz"
🤔 🌜output ⚖⚖ ""🌛 ↪
console🍍log🌜i🌛
👎 ↪
console🍍log🌜output🌛
fizzbuzz🌜20🌛
console🍍log🌜"You can output reserved emojis as strings, and emojiscript won't replace them: "🌛
console🍍log🌜"🔨🏨👶\n"🌛
console🍍log🌜"You can even use Javascript's reserved words as variable names: "🌛
🍰 if ⚖ "if"
console🍍log🌜if🌛
```

Dependencies: Haskell
Usage: `emojiscript <sourcefile.emoji> [optional: <substitutionsfile.txt>]`

0 comments on commit 82da313

Please sign in to comment.