Part 2 of our QuickCheck tutorial is out.
This time we look at one of the hardest parts of property-based testing: constrained random generation โ when valid inputs are rare and simple generators stop working.
Full Write-up: moonbitlang.com/pearls/quick...
06.03.2026 02:34
๐ 0
๐ 1
๐ฌ 0
๐ 0
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:
06.03.2026 02:34
๐ 1
๐ 1
๐ฌ 0
๐ 0
Really like MoonBitโs is expression.
Destructuring + guards in one line, reducing boundary checks without unsafe operations
05.03.2026 07:48
๐ 0
๐ 0
๐ฌ 0
๐ 0
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
04.03.2026 03:32
๐ 1
๐ 1
๐ฌ 0
๐ 0
QuickCheck Tutorial Part 1 is live ๐งช
Weโre starting a series on property-based testing in MoonBit.
New to QuickCheck? This is a good place to begin ๐
Read: moonbitlang.com/pearls/quick...
๐ Live demo & chat today :http://meet.google.com/ibx-rsuq-mmt๏ผ10am London/6pm Beijing๏ผ
12.02.2026 06:09
๐ 0
๐ 0
๐ฌ 0
๐ 0
SWE-AGI Leaderboard
Is LLM ready for large scale software engineering?
OpenAI Codex5.3 vs AnthropicAI Opus4.6 โ which is better and how about the open weights model? How good LLM can adapt to new programming languages like
@moonbitlang
checkout swe-agi.com for our latest research ๐
12.02.2026 06:08
๐ 0
๐ 0
๐ฌ 0
๐ 0
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.
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...
11.02.2026 02:18
๐ 1
๐ 1
๐ฌ 0
๐ 0
See You This Thursday-Online Meetup#11
Weโre about to ship MoonBit v0.8, and weโd love to walk you through what changed, why we made those choices, and whatโs coming next๏ผ
๐ป Google Meet: meet.google.com/ibx-rsuq-mmt
๐ฅ Live on YouTube (simulcast)
10.02.2026 05:52
๐ 0
๐ 1
๐ฌ 0
๐ 0
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.
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
09.02.2026 11:44
๐ 0
๐ 1
๐ฌ 0
๐ 0
MoonBit CommunityโจOnline Meetup #11 โ Invitation via Google Calendar
MoonBit v0.8 Release Online Meetup โ Join us Next Thursday๏ผ
๐
Feb 12 (Thu) ยท 10:00 AM London / 6:00 PM Beijing
๐ป Mark your calender calendar.app.google/qr5D85x4kFSpviJ58
๐ฅ Live on Google Meet and YouTube (simulcast)
โจ MoonBit v0.8 Release Highlights
๐ Language & toolchain updates
04.02.2026 02:04
๐ 1
๐ 1
๐ฌ 0
๐ 0
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.
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...
28.01.2026 11:24
๐ 1
๐ 1
๐ฌ 0
๐ 0
AAoM-03: A WHATWG HTML5 Parser, Driven by Tests
December 2025 This post covers aaom-html: a WHATWG HTML5 parser implemented in MoonBit. As with the...
Community spotlight: Agentic Adventures of MoonBit (AAoM)
AAoM-03: A WHATWG HTML5 Parser, Driven by Tests, documents building a WHATWG-compliant HTML5 parser in MoonBit, using agentic workflow to grind failures down to zero.
dev.to/milky2018/aaom-03-a-whatwg-html5-parser-driven-by-tests-40o7
22.01.2026 12:10
๐ 0
๐ 0
๐ฌ 0
๐ 0
Static Analysis with MoonBit: From Simple Language Analysis to MCIL | MoonBit
Build a static analyzer in MoonBit, from AST to CFG and data-flow analysis, ending with MCIL.
๐Uncover the underlying logic that enables compilers to "foresee" potential risks before your code even runs.
This guide explores the elegance of static analysis and demonstrates how to build a mature MCIL framework using MoonBit.
www.moonbitlang.com/blog/moonbit...
15.01.2026 12:06
๐ 0
๐ 1
๐ฌ 0
๐ 0
Community spotlight: Agentic Adventures of MoonBit (AAoM) by @M_Wildwhisky
AAoM-02 : building an XML parser in MoonBit with the W3C Conformance Test Suite, exploring the use of Claude Code Skills in MoonBit .
Full write-up: dev.to/milky2018/aaom-02-xml-parser-with-w3c-conformance-5a2f
15.01.2026 02:21
๐ 0
๐ 1
๐ฌ 0
๐ 0
MoonBit Monthly Update Vol.07 is out!
New language features, toolchain improvements, and stdlib updates just landed โ from loop reasoning to experimental package support.
๐Full update: moonbitlang.com/weekly-updat...
๐
This Saturday, join our online meetup to see these features live
14.01.2026 07:53
๐ 0
๐ 1
๐ฌ 0
๐ 0
MoonBit Community Online Meetup #10
๐ Jan 17 (Sat), 6:00 PM Beijing / 10:00 AM London
๐ Mark your calendar:
calendar.app.google/TPGyJxGsCaVU...
Next weekend, weโll focus on our Monthly Meetup highlights:
๐ฎ Community & Tooling Updates and MoonBit 2026 Outlook
๐ค Using Codex with MoonBit to Scale Up
09.01.2026 04:29
๐ 0
๐ 0
๐ฌ 0
๐ 0
AAoM-01: Pug Template Engine
December 2025 Let's kick off the Agentic Adventures of MoonBit series with a complete Pug template...
Community spotlight๏ผAgentic Adventures of MoonBit (AAoM) by @M_Wildwhisky
AAoM-01: A Pug Template Engine, documents the process of building a complete Pug engine in MoonBit,using an agentic workflow with Claude Code (Opus 4.5).
Fullwrite-up๏ผhttps://dev.to/milky2018/aaom-01-pug-template-engine-11ka
09.01.2026 04:28
๐ 0
๐ 1
๐ฌ 0
๐ 0
Open Source WebAssembly Runtimes Built in MoonBit | MoonBit
Open Source WebAssembly Runtimes Built in MoonBit
Weโre building two open-source WebAssembly runtimes in MoonBit, focused on portable, secure, and consistent wasm execution across platforms.
๐งฉ wasm5 โ a lightweight interpreter with strong sandboxing
โก wasmoon โ a JIT runtime (aarch64)
๐ Full write-up:
www.moonbitlang.com/blog/moonbit-wasm-runtime
30.12.2025 11:27
๐ 5
๐ 3
๐ฌ 0
๐ 0
Join us for a MoonBit online meetup ๐
DEC 20๏ผsat) 10:00am London time
Weโll share where MoonBit is today, whatโs on the roadmap,
and do a live coding session showing how AI can help build a MoonBit library from scratch.
calendar.app.google/J1Dunq3PduWV...
See you there ๐
19.12.2025 02:49
๐ 1
๐ 1
๐ฌ 0
๐ 0
MoonBit Monthly Update Vol.6
This month weโve added JS-module FFI, improved lexmatch and warnings, enhanced ReadOnlyArray, and expanded bitstring pattern matching with signed integers๏ผ
๐ทCheck out the highlights below or read our blog๏ผ
www.moonbitlang.com/weekly-updates/
03.12.2025 02:36
๐ 0
๐ 1
๐ฌ 0
๐ 0
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
07.11.2025 05:53
๐ 2
๐ 1
๐ฌ 0
๐ 0
๐ 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/
04.11.2025 08:00
๐ 0
๐ 1
๐ฌ 0
๐ 0
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!
14.10.2025 11:31
๐ 1
๐ 1
๐ฌ 0
๐ 0
Install the Wasm version of the MoonBit toolchain | MoonBit
Install the Wasm version of the MoonBit toolchain
Learn how to install and configure the Wasm version of the MoonBit toolchain โโon any Node.js-supported environment ๏ผ
www.moonbitlang.com/blog/moonbit...
join us in discord๏ผhttp://discord.gg/mNf8NG73Te
11.10.2025 05:39
๐ 0
๐ 1
๐ฌ 0
๐ 0
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
29.09.2025 02:11
๐ 1
๐ 1
๐ฌ 0
๐ 0
Mini-adapton: incremental computation in MoonBit
In this article, we will show how to implement an incremental computation library in MoonBit with api used:
www.moonbitlang.com/pearls/mini-...
24.09.2025 14:46
๐ 0
๐ 1
๐ฌ 0
๐ 0
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!
16.09.2025 01:54
๐ 0
๐ 1
๐ฌ 0
๐ 0
๐ 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
08.09.2025 11:21
๐ 0
๐ 1
๐ฌ 0
๐ 0
A Guide to MoonBit C-FFI | MoonBit
A Guide to MoonBit C-FFI
Want to use C libraries in MoonBit? Now you can๐
With C-FFI, MoonBit can call native C functions โ from low-level hardware ops to high-performance math.
A step-by-step guide to MoonBitโs C-FFI
www.moonbitlang.com/pearls/moonb...
03.09.2025 01:43
๐ 4
๐ 2
๐ฌ 0
๐ 0
Dancing with LLVM: A Moonbit Chronicle (Part 2) - LLVM Backend Generation | MoonBit
Dancing with LLVM: A Moonbit Chronicle (Part 2) - LLVM Backend Generation
๐ MoonBit Pearls Series continues!
Last time we built the frontend of TinyMoonbit with parsing & type checking.
๐ Now we dive into the backend: turning AST โ LLVM IR โ RISC-V assembly with MoonBitโs llvm.mbt.
๐ Read here ๏ผwww.moonbitlang.com/pearls/moonbit-and-llvm-2
28.08.2025 10:06
๐ 0
๐ 1
๐ฌ 0
๐ 0