MoonBit's new native backend will soon support **x86-64-linux-gnu**!
It's now available for public testing on MacOS Apple Silicon, and the Linux x86-64 gnu version is coming very soon 😁
Ready for blazing fast native compilation?
#MoonBit#moonbitlang
Using AI agents to write MoonBit?
Use the official MoonBit Agent Skill
It is actively maintained by the MoonBit team and kept up to date with the language and toolchain, so agents can generate and modify MoonBit code with better context.
github.com/moonbitlang/moonb…@moonbitlang
The MoonBit language design is mostly done in next month,and we have three months to clean up to reach 1.0. What an intense 4 years hard work , build the programming language for AI in the next twenty years!
Thanks to github.com/moonbitlang/async…, moonback now have graceful shutdown support with ease.
It will handle in-flight requests gracefully with timeout if it receives SIGINT/SIGTERM while serving.
🚀 DeepSeek-V4 Preview is officially live & open-sourced! Welcome to the era of cost-effective 1M context length.
🔹 DeepSeek-V4-Pro: 1.6T total / 49B active params. Performance rivaling the world's top closed-source models.
🔹 DeepSeek-V4-Flash: 284B total / 13B active params. Your fast, efficient, and economical choice.
Try it now at chat.deepseek.com via Expert Mode / Instant Mode. API is updated & available today!
📄 Tech Report: huggingface.co/deepseek-ai/D…
🤗 Open Weights: huggingface.co/collections/d…
1/n
One week. One dev. Zero manual coding.
A few prompts to Codex, and it autonomously ported HarfBuzz to MoonBit — including validation and bug fixes.
Text shaping SVG rendering are working (image attached).
The repo will be open-sourced soon.
#MoonBit#HarfBuzz#AICoding
A browser written in MoonBit.
Unlike Cursor’s 3-million-line AI slop dead-end, this is actually maintainable, high-quality software — roughly 400k lines.
There’s a bit of a paradox here: in the future, people may not care what language a piece of software is written in, because all they see is the product itself. But the language matters enormously, because the choice of stack directly determines long-term maintainability and verifiability.
Some languages, like MoonBit, are designed to be provable. Others are slow by design — no matter how much you optimize, their ceiling is limited.
GitHub: github.com/mizchi/crater#MoonBit#browser
I heard people are saying that formal verification is more than important in the AI era. So here comes the proof-carrying MoonBit code where all the proof obligations are discharged by SMT solvers.
@moonbitlang
One thing I am particularly excited about @moonbitlang is iso-morphic app, build front end using MoonBit JS backend while backend using native backend for optimal performance, the types and validation can be shared, and native SSR, checkout the repo below for more details