Mojo

Mojo is a programming language in the Python family that is currently under development. It is available both in browsers via Jupyter notebooks, and locally on Linux and macOS. Mojo aims to combine the usability of a high-level programming language, specifically Python, with the performance of a system programming language such as C++, Rust, and Zig. As of February 2025, the Mojo compiler is closed source with an open source standard library. Modular, the company behind Mojo, has stated an intent to eventually open source the Mojo language, as it matures. Wikipedia

Created Year: 2023
Designed by: Chris Lattner
Developed by: Modular
Aliases: Mojo language, Mojo programming language, Mojo Lang
File extensions: mojo, 🔥

Wikidata: Q118152673

Influenced by: CPythonRust

Programming paradigms: functional programminggeneric programmingimperative programming

Language types: multi-paradigm programming language

Mojo Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in Mojo

fn main():
  print("Hello World")

Search on GitHub


Latest data update: 2025-04-29