AAoM-04: A Python 3.12 Interpreter
AAoM-04: A Python 3.12 Interpreter January 2026 Happy New Year! This entry covers...
Tag archive
AAoM-04: A Python 3.12 Interpreter January 2026 Happy New Year! This entry covers...
December 2025 This post covers aaom-html: a WHATWG HTML5 parser implemented in MoonBit. As with the...
December 2025 Continuing the Agentic Adventures of MoonBit series, this time I tackle XML parsing....
Exploring moon CLI's powerful built-in features: type checking, linting, benchmarking, snapshot testing, and documentation generation
December 2025 Let's kick off the Agentic Adventures of MoonBit series with a complete Pug template...
I've implemented a Markdown Editor for about the fifth time in my life. You can try it...
A comprehensive introduction to MoonBit - a statically-typed language with Rust-like syntax, GC, and multiple backends (wasm-gc, JS, native)
A comprehensive guide to writing JavaScript FFI bindings in MoonBit - from primitives to DOM manipulation

MoonBit is an emerging programming language optimized for WebAssembly, prioritizing small executable...

It is the famous Mandelbrot set, a collection of points on the complex plane that form a fractal....

The concept of binary heap was introduced in 1964 by J.W.J Williams' Algorithm 232 - Heapsort. Over...

Lazy evaluation stands as a foundational concept in the realm of programming languages. Haskell,...