Skip to main content

Installing and Running Juka (Console)

Juka can be run on many platforms, including:

  • Windows
  • macOS
  • Linux

Installing Juka

To install Juka, follow these steps:

  1. Go to the Juka website.
  2. Click the Download button.
  3. Select the platform you want to install Juka on.
  4. Follow the instructions on the screen to install Juka.

Running Juka

Once Juka is installed, you can run it by following these steps:

  1. Open a terminal window.
  2. Navigate to the directory where Juka is installed.
  3. 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.