Wenliang

Results 70 comments of Wenliang

In fact, I use [Emscripten](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Emscripten) to compile Berry into js for execution on the web side. Of course, we can also use wasm. I think [Haskell](https://www.haskell.org/)'s pages are doing well....

It looks pretty cool. I think this page is enough.

From my perspective, I hope to improve the "try online" function. But this may not be easy.

I saw everyone’s work and it was really exciting! If we are sure to do more work, documentation, examples and tutorials may need to be improved. I think I did...

> The documentation needs some updates. I'm just curious, what are you using to convert from Latex to PDF? I use [TeXLive](http://tug.org/texlive/).

Good. Recently I am trying js asynchronous operation, I think this will give some inspiration.

我有开发调试器的计划,不过这个功能相对比较复杂,需要做很多准备。 I have plans to develop a debugger, but this feature is more complicated and requires a lot of preparation.

调试器目前来看还要一些时间。 关闭 GC 的情况我没有考虑过,不知道 MicroPython 可不可以。

> Will this work without C++ exception support? Tasmota uses C++ but disables C++ exceptions completely (for code size reasons) Yes, we generally disable C++ exceptions in the MCU. Unfortunately,...

This is the main problem I'm worrying about now.