Earlier quoted context omitted.
Sure. The easiest way is probably to install Jaguar https://github.com/toitlang/jaguar I would very much recommend the Visual Studio Code extension when you are starting out with the language. Will give you a lot of help and hints around the syntax. But you can use any editor. Run a program on the desktop with `jag run -d host myprogram.toit` Install the `host` package for non-embedded things like files, pipes and su…
Thank you very much for the instruction. It went smoothly. I just had to additionally run jag setup which I was clearly told by jag run ... Very nice experience so far. One issue I have is that when I use UTF-8 characters in strings they don't show up correctly when the program outputs them to console which also uses UTF-8. Not sure if I should configure jag somehow to make it work? With exactly the same setup (edito…
Thanks for bringing this to our attention :)