Get started in seconds
curl -fsSL https://ilma-lang.dev/install.sh | bash
git clone https://github.com/raihan-js/ilma-lang cd ilma-lang && make && sudo make install
docker run --rm -it -v $(pwd):/code ilmalang/ilma ilma /code/hello.ilma
brew install ilmalang/ilma/ilma
curl -fsSL https://ilma-lang.dev/install.sh | bash
git clone https://github.com/raihan-js/ilma-lang cd ilma-lang && make && sudo make install
# First install WSL, then: curl -fsSL https://ilma-lang.dev/install.sh | bash
Download the latest .zip from GitHub Releases https://github.com/raihan-js/ilma-lang/releases
docker run --rm -it -v %cd%:/code ilmalang/ilma ilma /code/hello.ilma
Run these commands to confirm ILMA is working:
ilma --version ilma examples/hello.ilma
Get syntax highlighting and IntelliSense for ILMA in Visual Studio Code.
Get ILMA for VS Code →