MoonBit

@moonbitlang.bsky.social

MoonBit, a Cloud & AI native programming language and toolchain.

MoonBit Meetup #12 — MoonBit v0.8.3 Release 📅 Mar 19 (Thu) · 10:00 AM London / 6:00 PM Beijing 💻 Mark calendar:https://calendar.app.google/i62szdp1m6Y3nqA96 • A quick tour of what’s new in v0.8.3, from language ergonomics to tooling and CLI development

Bild

Most GC'd languages (Python, JS) make FFI painful. MoonBit doesn't. With lifetime annotations (`#borrow`/`#owned`), MoonBit interops cleanly with almost any C memory pattern — making it surprisingly easy to bind to system APIs, native libraries, game engines, you name it. Even stackful coroutines:

Bild

AI refactors better with guidance. `moon ide analyze` shows real API usage, so agents can tighten internal package APIs instead of guessing. Less AI slop, cleaner boundaries, better MoonBit code. ⚠️This is available on MoonBit nightly for now, and will be in the next stable

Bild

MoonBit 0.8.0 has landed 🎉 ✅Backtrace support across WasmGC, LLVM, and Native backends — much better debugging experience for large codebases ✅AI-native specification support with declare keyword, separating specs from implementations for agent-assisted workflows www.moonbitlang.com/blog/moonbit...

MoonBit 0.8.0 Released | MoonBit

MoonBit 0.8.0 marks a major step toward production-ready development with upgrades across language semantics, tooling, and AI-native workflows.

moonbitlang.com

We recently completed Fastcc — a self-hosting C compiler with minimal human involvement. In ~10 days, an AI agent implemented ~35k LOC, reached self-hosting, and compiled real-world C code, including Sqlite, QuickJS and Tcc Full article:www.moonbitlang.com/blog/fastcc-ai-driven-development

Building a C Compiler from Scratch with AI-Driven Development | MoonBit

How Fastcc, a self-hosting ARM64 C compiler, was built from scratch in 10 days with largely autonomous AI-driven development.

moonbitlang.com

Why do two people edit the same doc at once… and sometimes end up with different results? We breaks down concurrent conflicts, compares OT vs CRDT, and shows how RGA/Event Graph-Walker make everyone converge to the same final state — even after reconnection. www.moonbitlang.com/blog/crdt-al...

Implementing CRDT Algorithms with MoonBit and Building Real-time Collaborative Applications | MoonBit

A deep dive into OT, RGA, and EG-Walker CRDTs with MoonBit implementations and a Lomo-based collaborative editor demo.

moonbitlang.com

Learn step-by-step how to build a secure AI tool with MoonBit and Wassette, powered by the WebAssembly Component Model. Read more:https://www.moonbitlang.com/pearls/moonbit-wassette

🌕 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/

Bild

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!

Bild

MoonBit now ships async programming support! Powered by structured concurrency → safer & more reliable async. Yes, you can now build your own AI agents、Cloud services with MoonBit ! Check details:www.moonbitlang.com/blog/moonbit-async Repo:https://github.com/moonbitlang/async

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!

Bild