thbwd
thbwd
I do think Emojicode can be used to write a framework for mobile applications. I wrote a proof of concept that shows how to interface with Cocoa, the macOS UI...
@rjstone @andrewvy worked on that some years ago.
I haven’t heard of "breaking with a value" before. The same behavior could be easily achieved with a method, couldn’t it?
⏹ is nice. ⏭ conflicts with https://www.emojicode.org/docs/packages/s/23e9.html#i⏭ though. I don’t think that "breaking with a value" is something that fits Emojicode particularly well.
Actually, I have rarely seen breaking to a specific loop being used in real production code, so I doubt it is something people will want to do in Emojicode. Moreover,...
JavaScript, Java and Go, implement exactly this feature, for instance. C++, C and C# have labels with `goto` which would cover this use case. I think that covers a lot...
Thanks to the latest changes, ⏭ is no longer in use in the s package. We could use it for the 'continue' statement now.
The issue is that the compiler doesn't recognize 🧇 as an emoji but just as some plain non-emoji character. As the error message says, this leads to the compiler classifying...
I have a script that can generate the code for `Compiler/Lex/EmojiTokenization.cpp` from the official [Unicode Emoji data](https://unicode.org/Public/emoji/14.0/). It requires some manual labor nonetheless as parsing emojis for our purposes is...
Thanks for reporting this, and sorry for not getting back to you earlier. I’m aware of this limitation as it also affects our test suite. There’s generally no downside in...