emojicode
emojicode copied to clipboard
πππ Worldβs only programming language thatβs bursting with emojis
## βοΈ 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...
## βοΈ 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...
I would like to know where can I get the SDK for Windows OS so I can start working on Emojicode.
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...
## βοΈ 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...