Installing and Running Juka (Console)
Juka can be run on many platforms, including:
- Windows
- macOS
- Linux
Installing Juka
To install Juka, follow these steps:
- Go to the Juka website.
- Click the Download button.
- Select the platform you want to install Juka on.
- Follow the instructions on the screen to install Juka.
Running Juka
Once Juka is installed, you can run it by following these steps:
- Open a terminal window.
- Navigate to the directory where Juka is installed.
- Type the following command and press Enter:
./juka
This will start the Juka interpreter. You can then type Juka code and press Enter to execute it.
To run Juka code from a file, open a terminal window and navigate to the directory where the file is located. Then, type the following command and press Enter:
./juka <filename>
For example, to run the code in the file hello_world.juk
, you would type the following command:
./juka hello_world.juk
This will execute the Juka code in the file, and print the output to the console.