Mojo 编程语言正式开源,Apache 2 协议发布

Mojo🔥 is now open source

精选理由

Mojo 终于开源了,Apache 2 协议随便用,GPU 编程比 Python 顺手,想玩高性能计算的可以试试。

AI 摘要

Mojo 编程语言在发布 1.0 版本后,于 2026 年 8 月 18 日正式开源,编译器与工具链采用 Apache 2 许可证。Mojo 最初计划成为 Python 的超集,但 2025 年 8 月后调整方向,不再强求完全兼容。目前 Mojo 定位为独立语言,专注于简化 GPU 编程,语法受 Python 启发。官方表示 AI 辅助编码工具已能帮助迁移 Python 代码至 Mojo。

原文 · Simon Willison’s Weblog

Mojo🔥 is now open source

Mojo🔥 is now open source Mojo🔥 is now open source The Mojo programming language has been promising an open source release since May 2023 . Last week they shipped their 1.0 and today they have followed through on that original promise, releasing the compiler and toolchain under an Apache 2 license. When Mojo first launched the stated goal was to produce a superset of Python, so existing Python code could be used to bootstrap their own ecosystem. That plan changed around August 2025 : Mojo may or may not evolve into a full superset of Python, and it’s okay if it doesn’t. We’re encouraged by how well AI-assisted coding tools already help migrate Python to Mojo today, and we’re confident that future tooling and ecosystem maturity will make this evolution even smoother. Today Mojo is its own language, optimized to make GPU programming as painless as possible using syntax inspired by Python, if not 100% compatible with existing code. Via Lobste.rs Tags: open-source , python , mojo