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 →Showing 1–2 of 2 posts (page 1 of 1)