Yorkin
Yorkin
Developing such a feature might take some time, so we may not do it at the moment, especially since the tour is not yet complete. Please feel free to ask...
> instead of removing them, shall we use the convention e.g, create a file called deprecated.mbt and put them all together to avoid some breakage. Keep them for a bit...
I found that it's quite dangerous to move functions around because some files are associated with target platforms. I have to check the `moon.pkg.json` and move them to `deprecated_js.mbt`, `deprecated_nonjs.mbt`,...
> Looks like moonbit has currying Currently, MoonBit does not support currying. `x |> f(y)` is treated as a whole, which is syntactic sugar for `f(x, y)`. We originally wanted...
Thanks for your feedback, we will improve the error message for this case.
- 倾向于录制的时间(范围)、地点(线上、线下):7/1到7/11工作日,线上 - 参与录制节目的导师(或者直接参与候选人选择的人员)的 GitHub 链接: https://github.com/Yoorkin - 您所在项目的 GitHub 或其他开源项目地址: https://github.com/moonbit-community/rabbit-tea
> This is a reasonable limitation, but it makes a very common and intuitive programming pattern—interpolating a map value accessed by a string key—feel cumbersome. Allowing `"` in the interpolation...