Skip to content

Installation

molarmanful edited this page Nov 27, 2023 · 8 revisions

Browser Interface

Try it on scline! The official online interpreter for sclin.

Using Coursier

cs install --contrib sclin

Prebuilt Executable

Requires JRE/JDK 21+.

Download the latest executable JAR from releases and place it on your $PATH. Verify that it works with sclin --help.

Building from Scratch

Clone this repo, cd into it, and run ./mill sclin.assembly (use mill.bat instead of mill if on Windows). The built JAR is at out/sclin/assembly.dest/out.jar. Verify that it works with sclin --help.

mill will automatically download the necessary JRE/JDK dependencies - but as a guideline, favor more recent JRE/JDK versions.