Getting Started
This document walks you through installing Junlang and running your first code.
Download
Download the executable for your operating system from the GitHub Releases page.
| OS | File |
|---|---|
| Windows | junlang.exe |
| Linux | junlang |
Running
You can run .junl files using the downloaded executable.
powershell
.\junlang.exe hello.junlbash
chmod +x junlang
./junlang hello.junlIf typing the path every time is a hassle, consider adding the executable to your system's PATH.
File Extension
The file extension for Junlang source code files is .junl.
bash
./junlang hello.junl # O
./junlang hello.txt # X