molarmanful / sclin   0.1.8

MIT License GitHub

Scala implementation of lin.

Scala versions: 3.x

sclin

maven build license

Scala implementation and rework of lin.

101I>a >A \; map
  "Fizz""Buzz", over 3 5, % ! *` dup \pop |# n>o

Installation

Browser Interface

Try sclin in your browser!

Requirements

  • JRE/JDK 11+

Installation with Coursier

cs install --contrib sclin

Prebuilt Executable

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 can be found at out/sclin/assembly.dest/out.jar.

Licensing

Made with by Ben Pang. Released under the MIT License.