Skip to content

Commit 384161d

Browse files
docs: update weekly4 (#48)
1 parent ebd83fd commit 384161d

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

trees/weekly/weekly4/official.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
---
22
title: 本周官方重要动态
33
---
4+
5+
- MoonBit 支持国产芯片开发--性能媲美 C
6+
7+
MoonBit 凭借 Native 后端,[成功打破 WebAssembly 依赖,实现代码原生运行于嵌入式硬件之上。](https://www.moonbitlang.cn/blog/moonbit-esp32#%E5%9C%A8-esp32-c3-%E4%B8%8A%E5%AE%9E%E7%8E%B0%E7%94%9F%E5%91%BD%E6%B8%B8%E6%88%8F)以 ESP32-C3 芯片上的 "康威生命游戏" 为例,MoonBit 不仅展现与 C 语言匹敌的速度,更凭借模式匹配、标签参数等现代语言特性,极大增强代码可读性和开发体验,提供了一种将原生级执行效率与现代化开发体验相结合的高效解决方案。
8+
9+
值得注意的是本案例使用了官方同学[lijunchen](https://github.com/lijunchen)开发的[moonbit-esp32](https://github.com/moonbit-community/moonbit-esp32) 包,作为关键桥梁角色,专门负责提供 MoonBit 语言到 ESP-IDF 中各种核心组件功能的绑定。

trees/weekly/weekly4/packages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
---
22
title: 本周社区新增优质包
33
---
4+
5+
- [kesmeey](https://github.com/kesmeey)编写了[immut_BitVector](https://github.com/moonbit-community/immut_BitVector)库,用于紧凑且高效地存储和操作布尔序列。它提供了一系列位操作,同时保持不可变性,所有修改操作返回新实例。

trees/weekly/weekly4/projects.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
---
22
title: 本周社区新增优质项目
33
---
4+
5+
- 本周[illusory0x0 猗露](https://github.com/illusory0x0) 开源了一个项目[clang](https://github.com/moonbit-community/clang.mbt),是 libclang 的本地绑定库,专为 C/C++ 代码分析设计。通过 Clang 的 C 接口,为 MoonBit 开发者提供 AST(抽象语法树),目前项目仍在进行中。

0 commit comments

Comments
 (0)