emojicode icon indicating copy to clipboard operation
emojicode copied to clipboard

๐Ÿ˜€๐Ÿ˜œ๐Ÿ”‚ Worldโ€™s only programming language thatโ€™s bursting with emojis

Results 22 emojicode issues
Sort by recently updated
recently updated
newest added

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```...

help wanted

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...

enhancement

## โญ๏ธ 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!)...