MoonBit
moonbitlang.bsky.social
MoonBit
@moonbitlang.bsky.social
MoonBit, a Cloud & AI native programming language and toolchain.
🌕 MoonBit Monthly Update Vol.5
This month, we update alias syntax, new built-ins like ReadOnlyArray and Iterator, and smarter linting and IDE tools.
👉Check out the highlights below or read our blog:www.moonbitlang.com/weekly-updates/
November 4, 2025 at 8:00 AM
We’ve rolled out some exciting language updates this month! ✨
Read more:www.moonbitlang.com/weekly-updates/2025/10/14/index
💬 Join our upcoming online meetup to see how these features enable building real AI Agents with MoonBit — details dropping soon!
October 14, 2025 at 11:31 AM
We’ve just open-sourced our async networking framework! 🚀
It’s already stable enough to build web services with MoonBit. An article with more details will be coming later this month—stay tuned!
September 16, 2025 at 1:54 AM
🚀 MoonBit Monthly Update Vol.03 is here!
Highlight of the month: Bitstring Pattern Matching ✨
Now you can match specific-width bits directly when pattern matching on Bytes or @bytes.View.Full update 👉 www.moonbitlang.com/weekly-updates/2025/09/08/index
September 8, 2025 at 11:21 AM
MoonBit Monthly vol. 2 is here! 🚀
Check out the latest updates in MoonBit this month, from new language features to improved tooling. 🥳
Full updates: moonbitlang.com/weekly-updat...
August 11, 2025 at 12:52 PM
🎉 The next MoonBit Community Meetup is coming this Saturday(8.2)!
🌙 Join us for a global conversation with MoonBit creator
@bobzhang1988

🧭 Topic: What’s next after the MoonBit Beta — and a preview of 1.0!
📅 Add to calendar: calendar.app.google/mydS9eD9QqF5...
July 30, 2025 at 9:18 AM
MoonBit Monthly vol. 1 is out!🚀
See what’s new in MoonBit after our Beta release. 🥳
Full Updates:https://moonbitlang.com/weekly-updates/2025/07/15/index
July 15, 2025 at 12:14 PM
🌕 MoonBit Update Vol.74
- Error Function Syntax Updated to `raise`
- Error Type Declaration Syntax Changed
- New Arrow Function Syntax `(..) => expr`
🌟 Full update: moonbitlang.com/weekly-updat...

Beta lands soon — stay tuned.🤩
June 16, 2025 at 12:45 PM
🟣 MoonBit Update Vol.73
Highlight:
– Trait impl via method removed
- try? f(..) replaces f?(..)
- fn f[..] → fn[..] f (consistent with impl)
– Method-as-function deprecated
– Error polymorphism is here!
- .mbt.md now supports external deps
🔗 moonbitlang.com/weekly-updat...
📦 aka.moonbitlang.com/vsbs
June 3, 2025 at 12:13 PM
🌕 MoonBit Update Vol.71

- Explicit Trait implementation required
- Underscore (`_`) as placeholder in anonymous functions
- `fnalias`: function aliases for Types and Traits
- New `moon bench` command for benchmarking

🌟 www.moonbitlang.com/weekly-updat...
⬇️ aka.moonbitlang.com/vsbs
May 6, 2025 at 9:57 AM
🌕 MoonBit Update Vol.70

- Async function call syntax changed to `f!(...)`
- Operator overloading migration to traits
- New `= _` syntax for traits
- Implicit conversion from `String` to `@string.View`

🌟 Full update: www.moonbitlang.com/weekly-updat...
⬇️ Download: aka.moonbitlang.com/vsx
April 21, 2025 at 10:23 AM
🌕 MoonBit Update Vol.69

- Wasm: `extern type T` now storable in arrays and data structures
- C FFI supports `borrow`
- `type` & `trait` support the `#deprecated` attribute
- Testing and debugging supports for `.mbt.md`

🌟 www.moonbitlang.com/weekly-updat...
⬇️ Download: aka.moonbitlang.com/vsx
April 7, 2025 at 9:52 AM
Markdown files with a `*.mbt.md` suffix now support MoonBit LSP, bringing a next-gen doc writing experience—complete with language services🛠️ and test integration✅ right inside markdown code blocks. #MoonBitTips

⬇️Download: aka.moonbitlang.com/vsbs
April 3, 2025 at 10:17 AM
MoonBit now supports function aliases, you can import and re-export values across packages conveniently.🚀#MoonBitTips

⬇️Download: aka.moonbitlang.com/vsbs
April 2, 2025 at 10:24 AM
Bytes can now be pattern matched with array pattern in MoonBit, making binary protocol parsing simpler than ever!🚀#MoonBitTips

⬇️Download: aka.moonbitlang.com/vsbs
March 28, 2025 at 10:15 AM
🌕 MoonBit Update Vol.68

- Pattern Matching for `Bytes`
- Operator overloading with `trait` in core
- Function aliasing
- C FFI finalizers

🌟 Full update: www.moonbitlang.com/weekly-updat...
⬇️ Download: aka.moonbitlang.com/vsb
March 24, 2025 at 10:03 AM
🕹️MoonBit in Game Dev
Check out lunar by @TheWaWaR, a game framework built with MoonBit (via WASM) + Zig.
A real-world example of MoonBit adoption in game development🎮🚀
github.com/TheWaWaR/lunar
March 21, 2025 at 9:48 AM
MoonBit now supports pattern guard, which can be used with `is` expression for new binders—making pattern matching safer and more expressive!🎉🔒#MoonBitTips

⬇️Download: aka.moonbitlang.com/vsbs
👥 Community: discord.gg/5d46MfXkfZ
March 13, 2025 at 10:16 AM
🌕 MoonBit Update Vol.67

- Pattern guard
- Deprecating implicit trait implementation via methods
- Attribute syntax
- Enums support custom tag values

🌟 Full update: www.moonbitlang.com/weekly-updat...
⬇ Download: aka.moonbitlang.com/vsx
March 10, 2025 at 10:05 AM
MoonBit now supports `is` expressions in `while` conditions! No more extra `let` bindings—just pattern match directly in the loop condition, making code more concise and readable.🚀# MoonBit Tips

⬇️Download: aka.moonbitlang.com/vsbs
👥 Community: discord.gg/5d46MfXkfZ
March 7, 2025 at 10:02 AM
Language services now support processing MoonBit code within markdown, delivering high-quality training datasets powered by robust MoonBit IDE features💫 #MoonBitTips

⬇️Download: aka.moonbitlang.com/vsbs
👥 Community: discord.gg/5d46MfXkfZ
February 26, 2025 at 10:13 AM
🌕 MoonBit Update Vol.66

- Support String literals and const constants in Array patterns
- New `is` expression in `while` conditions
- Breaking change in C FFI handling
- New IDE Installer for Windows

🌟Full update: www.moonbitlang.com/weekly-updat...
⬇️ Download: moonbitlang.pub/marketplace/bs
February 24, 2025 at 10:07 AM
MoonBit IDE now supports inline autocompletion for all cases in empty pattern matches! Code smarter and faster with MoonBit🚀 #MoonBitTips

⬇ Download: moonbitlang.pub/marketplace/x
👥 Community: discord.gg/5d46MfXkfZ
February 21, 2025 at 3:55 AM
MoonBit now supports Unicode-safe pattern matching over prefix & postfix of string, making string handling more intuitive and powerful! #MoonBitTips

⬇️ Download: moonbitlang.pub/marketplace/bs
👥 Community: discord.gg/5d46MfXkfZ
February 19, 2025 at 10:16 AM
MoonBit `is` expression introduces pattern binders that can be used across multiple contexts, like in an if statement, allowing direct access to matched values in complex conditions. #MoonBitTips

🔽Download: moonbitlang.pub/marketplace/bs
February 17, 2025 at 9:53 AM