pythoninthegrass / hello_mojo

The Mojo Programming Language

Home Page:https://docs.modular.com/mojo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello_🔥

Goes through the official Mojo example repo with some sugar on top.

Setup

Minimum Requirements

  • Get auth key from dev console
  • Install CLI + SDK
    curl https://get.modular.com | sh - \
    && modular auth <AUTH_KEY>
  • Install Python
  • Install Jupyter

Recommended Requirements

Quickstart

Bare metal

# run script in interpreter
mojo hello.🔥

# compile script to binary
mojo build hello.🔥 -o bin/hello

Docker

TODO

Further Reading

Modular Docs - Mojo🔥

Modular Docs | Develop in the Mojo Playground

Modular Discord

About

The Mojo Programming Language

https://docs.modular.com/mojo

License:Other


Languages

Language:Shell 63.0%Language:Dockerfile 37.0%