A handful of simple packages for Emojicode.
📦 helloworld 🔴
🐇 🐼 🍇
🐇 🐖 🏁 ➡️ 🚂 🍇
😀 🍩 🌍 👋
😀 🍩 🙋 👋 🔤Hannah🔤
🍎 0
🍉
🍉
$ emojicodec helloworld.emojic
$ emojicode helloworld.emojib
Hello World!
Hello Hannah!
All commands are documented within their .emojic
header files
- helloworld
- For a simple introduction to writing packages for Emojicode
- commands
- Run arbitrary system commands and have the output returned as a string
To install these packages:
-
If you haven't already, install Emojicode
-
Download the master branch of this repo and unzip it.
$ wget https://github.com/colinking/emojicode-packages/archive/master.zip
$ unzip master.zip
$ cd emojicode-packages-master
- Run
make
(You may need to runsudo make
, since this symbolically links the packages to/usr/local/EmojicodePackages
)
To create a new package, named example-package
:
-
Create a new
.emojic
header file and.c
implementation file insrc/example-package/
namedexample-package.emojic
andexample-package.c
, respectively -
Fill out the
.emojic
and.c
files by using the helloworld package, commands package or any of the default Emojicode packages as references -
Add your package to the
Makefile
by adding it to thePACKAGES
variable:PACKAGES = helloworld commands example-package
-
Run
make
-
Import your new package with
📦 example-package 🔴