toit
toit copied to clipboard
Program your microcontrollers in a fast and robust high-level language.
This addresses a comment from #2134: https://github.com/toitlang/toit/pull/2134/files#r1520983255
The zlib codec blocks if `write` is used. We need to `try-write` instead.
Hello Friend, I can compile Toit release 1.6 but the newest v2.0.0-alpha.143 fails to compile. Here are my whole process. sudo apt install build-essential cmake ninja-build golang-1.21 python-is-python3 glibc-tools cd...
Seems like host print is actually println, is there something without the /n ?
It could be that we want to handle this with retries on the client side instead. Let me know what you think.
Perhaps because I'm transliterating programs written in other languages into Toit, the mistakes surprise me a little. In the original program `/` converted to float division but in the transliterated...