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

## ⭐️ Proposed change Adding `⏹` for `break`ing from a loop (maybe with a value like Rust does?) and `⏭` for `continue`ing a loop. This may be even improved with...

proposal

## ⭐️ Proposed change I propose a way to define instance variables which can be called on the type rather on an instance of the type. ## πŸ€” Rationale This...

proposal
accepted

I would like to know where can I get the SDK for Windows OS so I can start working on Emojicode.

enhancement

hi i wanted to install emojicode on google colab. but when i run : ``` !cmake .. -GNinja ``` the output error is: ``` CMake Error at Compiler/CMakeLists.txt:1 (find_package): Could...

I'm trying to port some code from C to Emojicode and I'm trying to translate the following two lines: ```c printf("\x1b[2J"); printf("\x1b[H"); ``` According to [the documentation](https://www.emojicode.org/docs/reference/literals#-string-literals): > The escape...

It might be a dumb question but if someone wants to try emojicode simply he will currently use 1.0 beta 2, but since there were new commits since, will the...

sπŸ”‘ πŸ”β— now returns grapheme index instead of UTF-8 index Fixes #208

## ⭐️ Proposed change Introduce a new method for getting a list of files in a given directory. Parameters: * directoryPathπŸ”‘ Returns: πŸ¨πŸšπŸ”‘πŸ† ## πŸ€” Rationale The πŸ“‘ can do...

proposal

## ⭐️ Proposed change I would like to be able to write to the standard error stream of my program like this: ``` πŸ˜¦πŸ”€Error dataπŸ”€β— ``` ## πŸ€” Rationale We...

Consider the following unit tests: ``` πŸ“¦ testtube 🏠 🏁 ➑️ πŸ”’ πŸ‡ ↩️ πŸ‘”πŸ†•πŸ¦”β—οΈβ—οΈ πŸ‰ πŸ‡ πŸ¦” πŸ§ͺ πŸ‡ βœ’οΈ ❗️ 🏁 πŸ‡ πŸ”’πŸ‘‡ πŸΊπŸ”πŸ”€ABCDEFGHIπŸ”€ πŸ”€FπŸ”€β— 5 πŸ”€'F' should...