-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Try it on scline! The official online interpreter for sclin.
Using Coursier
cs install --contrib sclin
Requires JRE/JDK 21+.
Download the latest executable JAR from releases
and place it on your $PATH
. Verify that it works with sclin --help
.
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.
Made with ❤️ by Ben Pang (@molarmanful).