Josh Goebel
Josh Goebel
I'd say those would have to be deferred to Map, since again those things depend on the itterable protocol, and **_we do not have that data to iterate over_** -...
I should also say with many things like this I'm in favor of "minimal viable functionality" vs "get it 100% the first pass"... if we only supported some basic functionality...
OMG, a simple MUD or something in Wren would be pretty awesome.
Disclaimer: I'm new to Wren and it's embedding and C++ is not my best language, and low-level networking is not the simplest... so go easy on me. But if anyone...
https://github.com/joshgoebel/wren-console/blob/network/src/module/network.wren The stuff I was working on can be found in the branch I pointed to.
This is because all input is handled one byte at a time. Even if your remove the error you don't get an Emoji you just get two high ASCII characters......
@clsource Can you test? :-)
@ruby0x1 Can you confirm this is desirable (UTF-8 input) before I spend much more time on this... I presume it should be since we support UTF-8 natively... so it makes...
Yes. :)
May I ask which PR completed this work? I see 71 is still open.