emojicode
emojicode copied to clipboard
๐๐๐ Worldโs only programming language thatโs bursting with emojis
It currently doesn't install anything. ```install.sh``` wouldn't do because it doesn't do the right things: 1. It uses ```sudo``` that isn't needed to install the project 2. It expects ```/usr/local/bin```...
I've noticed that compiling code that includes larger array like the following ``` ๐ฟ 0x29 0x2E 0x43 0xC9 0xA2 0xD8 0x7C 0x01 0x3D 0x36 0x54 0xA1 0xEC 0xF0 0x06 0x13...
## โญ๏ธ Proposed change Most languages have some kind of built-in support or library for using regular expressions. It would be great to see this feature in Emojicode. ## ๐ค...
## โญ๏ธ Proposed change ๐๐คI think the language would be great if its compiler works on Android and iOS because the experience of typing emoji in them is much better...
I've installed the compiler on my Fedora. However, when trying to compile the example, this message was shown: ```sh /lib64/libtinfo.so.5: no version information available ``` But I can still compile...
## โญ๏ธ Proposed change An evaluation context for emojicode, consisting of a REPL and a Jupyter kernel. ## ๐ค Rationale Let's make emojicode a language which can be used to...
I noticed there wasn't an [`.editorconfig`](https://editorconfig.org/) file, which can be used to keep behavior consistent among editors (my editor was defaulting to tab indentation).
I tried doing this: ``` ๐ ๐ง ๐ ๐ ``` But got this: `๐จ error: Expected Identifier but instead found Variable(๐ง).` If I change the code to this: ``` ๐...
Consider this example program: ``` ๐ ๐ ๐๐ฏ๐๐ฌ๐ข๐๐ธโ โก๏ธ ๐๏ธ๐dict 1 โก๏ธ ๐ฝdict ๐คone๐คโ ๐คท โก๏ธ ๐ฝdict ๐คnope๐คโ โช๏ธ ๐ฝdict ๐คseventeen๐คโ โก๏ธ unwrapped ๐ ๐ญ Won't print ๐ ๐คseventeen is...
## โญ๏ธ Proposed change Every self respecting programming language eventually re-writes its compiler to use its own language, also called as [bootstrapping](https://en.wikipedia.org/wiki/Bootstrapping_(compilers)). ## ๐ค Rationale Dog fooding (finding all bugs!)...