Skip to content

docs: update weekly5 #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions trees/weekly/weekly5/official.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
---
title: 本周官方重要动态
---

- MoonBit 插件双更新!
MoonBit 编程语言实现重大突破,现已全面支持 JetBrains 开发环境与 LeetCode 答题平台,打通了从工程实战到算法训练的学习与实用闭环。
- MoonBit ❤ LeetCode
MoonBit 社区用户[A23187](https://github.com/A-23187)开发的轻量级 [Tampermonkey](https://github.com/A-23187/moonbit-leetcode) 脚本插件,让 LeetCode 编辑器新增 MoonBit 语言支持。安装后,能在 LeetCode 平台选择 MoonBit 编写、调试与提交,支持全部题库。得益于 MoonBit 的 JavaScript 后端能力,运行效率超原生 JavaScript 8 倍以上,妥妥的高效体验。
- JetBrains 插件持续升级
MoonBit 在 [JetBrains](https://github.com/moonbitlang/Intellij-Moonbit) 插件市场持续发力,适配 IntelliJ IDEA、CLion 等主流 IDE,语法高亮、智能补全、文件结构导航等功能均已实现,且还在不断更新迭代,为开发者提供更便捷、高效的 coding 体验。

- MoonBit 推出虚拟包特性,开发灵活性大幅提升!
MoonBit 编程语言又添新特性 —— [virtual package](https://www.moonbitlang.cn/blog/virtual-package)!通过将包声明为虚拟包,用户可选择具体实现,若不指定则使用默认实现,极大地分离了接口与实现,开发灵活性直线上升。
- 注意当前仍处于实验性状态。