/mojo-gym

Lean Mojo programming language via small interactive exercises

Primary LanguagePythonMIT LicenseMIT

Mojo Gym

Small exercises to practice the basics of the Mojo programming language. Inspired by Rustlings project. Ideal for developers who are new to Mojo but know basics of Python.

Getting started

Only Linux are supported at the moment. Mojo will soon be available for Windows or Mac.

  1. Install Mojo
  2. Clone this repository or better yet, fork it and clone your fork.
  3. Install necessary Python packages to run the exercises:
    pip3 install -r requirements.txt
    Feel free to use virtualenv or any other tool to manage your Python packages.
  4. Run the exercises:
    python mojo_gym.py
  5. Follow the instructions and have fun!