Hello World in Mojo
Mojo brings Python’s familiar syntax to systems-level programming. If you know Python, you already know how to write Hello World in Mojo—with one small addition.
The Code
Create a file named …
Read more →Mojo brings Python’s familiar syntax to systems-level programming. If you know Python, you already know how to write Hello World in Mojo—with one small addition.
Create a file named …
Read more →Mojo’s type system is one of its most distinctive features. As a Python superset, Mojo supports both dynamic typing (Python-style) and static typing (systems-style) in the same language. This …
Read more →Every programming language is, at its core, a written argument. An argument that the languages which came before failed at something important — something worth spending years of your life to fix. …
Read more →Showing 1–3 of 3 posts (page 1 of 1)