8000 GitHub - pythoninthegrass/hello_mojo: The Mojo Programming Language
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pythoninthegrass/hello_mojo

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.0%
  • Dockerfile 37.0%
0