Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 471 Bytes

File metadata and controls

26 lines (17 loc) · 471 Bytes

AL

A small, statically-typed, expression-oriented programming language.

Install

curl -fsSL al.alistair.sh/install.sh | bash

Usage

al run <file.al>      Run a program
al repl               Start interactive REPL
al check <file.al>    Type-check without running
al fmt [path]         Format source files

Documentation

Full documentation and language reference available at al.alistair.sh

License

MIT