Getting Started
Getting Started
Make your first file, run it, and learn one small step at a time.
v0.1.0·first official release
Start Here
MAKO lets you tell a computer what to do. You write simple instructions in a file ending in .mko, then MAKO reads them from top to bottom. Start with the tiny example below. You do not need to understand everything yet.
Open page →Install MAKO
Before MAKO can run your files, install it once. You need Git and the .NET 8 SDK. Copy these three commands into a terminal, one line at a time.
Open page →Playground, Format & Tests
MAKO includes a playground, a code cleaner, and a test runner. They help you try ideas and find mistakes.
Open page →MAKO v0.1.0 · APIs are documented from the current runtime.
