Emojicode: Difference between revisions
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
Β Β π π | Β Β π π | ||
Β Β Β π¦ input π·π‘π― π€Ask something here?π€ | Β Β Β π¦ input π·π‘π― π€Ask something here?π€ | ||
Β Β Β π | Β Β Β π πͺπ€You said: π€ inputπͺ | ||
Β Β π | Β Β π |
Revision as of 15:01, 10 September 2017
Emojicode Workshop
About
Emojicode is an open-source, full-blown programming language consisting of emojis.
Workshop
Please note that lines that begin with $, should be executed with the Terminal and are NOT program syntax. This workshop also assumes you have completed the Emojiterm workshop. The $ should not be pasted in the terminal.
All other code blocks should be considered valid Emojicode syntax.
Create a file.
$ π myprog.emojic
The simplest Emojicode program looks as follows.
π π π
To save and exit the text editor (nanoπ), first do Cntl+O, and then Cntl+X.
You can run it by first compiling it.
$ emojicodec greeter.emojic
Running it.
$ emojicode myprog.emojib
This program is so simple, it doesn't do anything.
The famous "Hello world!" example.
π π π π€Hello world!π€ π
User input.
π π π¦ input π·π‘π― π€Ask something here?π€ π πͺπ€You said: π€ inputπͺ π