Skip to content

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.

OSFile
Windowsjunlang.exe
Linuxjunlang

Running

You can run .junl files using the downloaded executable.

powershell
.\junlang.exe hello.junl
bash
chmod +x junlang
./junlang hello.junl

If 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