Getting Started

Build

make

Run a file

./ajasendiri my_program.aja

Type-check only

./ajasendiri check my_program.aja

Run tests

make test

Your first program

print("hello, world")

Save as hello.aja and run:

./ajasendiri hello.aja